Reduce the mixing buffers to the next power of two

This commit is contained in:
Chris Robinson 2010-03-14 03:30:42 -07:00
parent 1f2d3a0132
commit 6c5f1b78d7

View File

@ -74,7 +74,7 @@ typedef enum {
OUTPUTCHANNELS
} Channel;
#define BUFFERSIZE 24000
#define BUFFERSIZE 16384
extern ALboolean DuplicateStereo;