aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-07-08 19:37:14 -0700
committerChris Robinson <[email protected]>2008-07-08 19:37:14 -0700
commitf369be148f179161258cd789917f45c66faec428 (patch)
tree2cf997ab0382c1358b33ddfb7144da0c5d4bff9e
parent3a09e446b3b298c0da638f46a7b72ad246044a18 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 8ef39cfa..09f3e243 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -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