From 6c5f1b78d742d20b7c8b9dd8a493f825156a5079 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 14 Mar 2010 03:30:42 -0700 Subject: Reduce the mixing buffers to the next power of two --- OpenAL32/Include/alu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3