mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 04:05:41 -04:00
CDROM: Double audio FIFO low watermark size
Gives a better chance to catch up in case of desyncs.
This commit is contained in:
parent
3c012ec6ef
commit
8c8f29c047
@ -68,7 +68,7 @@ private:
|
||||
DATA_FIFO_SIZE = RAW_SECTOR_OUTPUT_SIZE,
|
||||
NUM_SECTOR_BUFFERS = 8,
|
||||
AUDIO_FIFO_SIZE = 44100 * 2,
|
||||
AUDIO_FIFO_LOW_WATERMARK = 5,
|
||||
AUDIO_FIFO_LOW_WATERMARK = 10,
|
||||
|
||||
BASE_RESET_TICKS = 400000,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user