diff options
author | Chris Robinson <[email protected]> | 2010-03-14 03:30:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-03-14 03:30:42 -0700 |
commit | 6c5f1b78d742d20b7c8b9dd8a493f825156a5079 (patch) | |
tree | eb76d104df2ad446825aef3dfebc109cdfde9772 /OpenAL32 | |
parent | 1f2d3a013206f088b11ae6897e3819ec091ed78f (diff) |
Reduce the mixing buffers to the next power of two
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
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; |