aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-26 02:14:11 -0800
committerChris Robinson <[email protected]>2010-11-26 02:14:11 -0800
commit88ebe7e4c101c795a7e8735afddff0b2decf244a (patch)
tree15a66b9a81f74d547f566ce87a253890c8b75201 /OpenAL32
parentd647ed60e8706b4696a9af771f9e2094a41937fb (diff)
Decrease the buffer size more
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 05055bd1..31d42ea9 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -75,7 +75,7 @@ typedef enum {
OUTPUTCHANNELS
} Channel;
-#define BUFFERSIZE 8192
+#define BUFFERSIZE 4096
#define FRACTIONBITS (14)
#define FRACTIONONE (1<<FRACTIONBITS)