aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-01-25 22:11:07 -0800
committerChris Robinson <[email protected]>2009-01-25 22:11:07 -0800
commit1f4c69c17ab86d1904990b12100452692c5d28b2 (patch)
treea1a38240098b35c7ff7244d29d88aff1a372b622 /OpenAL32
parentf5b19fad20290efec31da4ab6b9638137bb86961 (diff)
Use a matrix for up- and down-mixing channels
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index de53b072..687880bd 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -212,6 +212,8 @@ struct ALCcontext_struct
ALfloat PanningLUT[OUTPUTCHANNELS * LUT_NUM];
ALint NumChan;
+ ALfloat ChannelMatrix[OUTPUTCHANNELS][OUTPUTCHANNELS];
+
ALCdevice *Device;
const ALCchar *ExtensionList;