Reduce the mixing buffers to the next power of two
This commit is contained in:
parent
1f2d3a0132
commit
6c5f1b78d7
@ -74,7 +74,7 @@ typedef enum {
|
||||
OUTPUTCHANNELS
|
||||
} Channel;
|
||||
|
||||
#define BUFFERSIZE 24000
|
||||
#define BUFFERSIZE 16384
|
||||
|
||||
extern ALboolean DuplicateStereo;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user