aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-03-14 03:30:42 -0700
committerChris Robinson <[email protected]>2010-03-14 03:30:42 -0700
commit6c5f1b78d742d20b7c8b9dd8a493f825156a5079 (patch)
treeeb76d104df2ad446825aef3dfebc109cdfde9772 /OpenAL32
parent1f2d3a013206f088b11ae6897e3819ec091ed78f (diff)
Reduce the mixing buffers to the next power of two
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 a309e6ef..fe641090 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -74,7 +74,7 @@ typedef enum {
OUTPUTCHANNELS
} Channel;
-#define BUFFERSIZE 24000
+#define BUFFERSIZE 16384
extern ALboolean DuplicateStereo;