From ad2957ed984ff7710725cf0cce43490da41bd161 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 24 May 2010 20:10:35 -0700 Subject: Reduce the mixing buffer size --- OpenAL32/Include/alu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenAL32/Include/alu.h') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 62b6fbe7..57afe6c4 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -74,9 +74,9 @@ typedef enum { OUTPUTCHANNELS } Channel; -#define BUFFERSIZE 16384 +#define BUFFERSIZE 8192 -/* NOTE: The AL_FORMAT_REAR* enums aren't handled here be cause they're +/* NOTE: The AL_FORMAT_REAR* enums aren't handled here because they're * converted to AL_FORMAT_QUAD* when loaded */ static __inline ALuint aluBytesFromFormat(ALenum format) { -- cgit v1.2.3