diff options
author | Chris Robinson <[email protected]> | 2008-07-08 19:37:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-07-08 19:37:14 -0700 |
commit | f369be148f179161258cd789917f45c66faec428 (patch) | |
tree | 2cf997ab0382c1358b33ddfb7144da0c5d4bff9e | |
parent | 3a09e446b3b298c0da638f46a7b72ad246044a18 (diff) |
Reduce the mix buffer sizes by half
Nearly 3MB is a bit much. Could reduce it further, but this is good enough for now.
-rw-r--r-- | Alc/ALu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ typedef long long ALint64; #define __min min #endif -#define BUFFERSIZE 48000 +#define BUFFERSIZE 24000 #define FRACTIONBITS 14 #define FRACTIONMASK ((1L<<FRACTIONBITS)-1) #define MAX_PITCH 4 |