Use larger audio block sizes.

This commit is contained in:
Themaister 2012-10-28 12:51:02 +01:00
parent f3b2c8748a
commit 2ad31fc919

View File

@ -33,7 +33,7 @@
#include "command.h"
#endif
#define AUDIO_CHUNK_SIZE_BLOCKING 64
#define AUDIO_CHUNK_SIZE_BLOCKING 512
#define AUDIO_CHUNK_SIZE_NONBLOCKING 2048 // So we don't get complete line-noise when fast-forwarding audio.
#define AUDIO_MAX_RATIO 16