aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-26 23:01:22 -0800
committerChris Robinson <[email protected]>2007-12-26 23:01:22 -0800
commitab8d342df06fdfcc1b630e318e121bcfb6a1cdfa (patch)
tree008d2c40263ff43ac361fece98e99384d3ba9246 /OpenAL32/Include/alu.h
parentdcac0de44ce1856fea0ff2d8d71feb2346aa911c (diff)
Allow 5.1 channel output
This doesn't use the center or LFE channel in spatial calculations, however
Diffstat (limited to 'OpenAL32/Include/alu.h')
-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 e4fe0dc3..ecf32e5c 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -5,7 +5,7 @@
#define FRACTIONBITS 14
#define FRACTIONMASK ((1L<<FRACTIONBITS)-1)
#define MAX_PITCH 4
-#define OUTPUTCHANNELS 4
+#define OUTPUTCHANNELS 6
#include "AL/al.h"
#include "AL/alc.h"