Commit de7b556d authored by David Fuhrmann's avatar David Fuhrmann

auhal: increase ringbuffer size by one second

This will result in approx. 50% utilization
for tta files.

close #11193
parent 2762ab0a
......@@ -57,7 +57,7 @@
#define AOUT_VAR_SPDIF_FLAG 0xf00000
#define AUDIO_BUFFER_SIZE_IN_SECONDS (AOUT_MAX_ADVANCE_TIME / CLOCK_FREQ)
#define AUDIO_BUFFER_SIZE_IN_SECONDS ((AOUT_MAX_ADVANCE_TIME + CLOCK_FREQ) / CLOCK_FREQ)
#define AOUT_VOLUME_DEFAULT 256
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment