aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-22 13:03:09 -0800
committerChris Robinson <[email protected]>2014-11-22 13:08:19 -0800
commitdece86f61f975c7a6f3bcc1d00bd4cf97dcdbcab (patch)
treec60406d0b4888eb3dabd36883d0e2768d6ded5f9 /OpenAL32/Include/alu.h
parentfb511351dfe1db70af47b27dfded83d588f61faf (diff)
Store the number of output channels in the voice
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 0ff8ddbc..c96d5563 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -58,6 +58,7 @@ typedef struct MixGains {
typedef struct DirectParams {
ALfloat (*OutBuffer)[BUFFERSIZE];
+ ALuint NumChannels;
/* If not 'moving', gain/coefficients are set directly without fading. */
ALboolean Moving;