From 98bc60cfb72939cfabcdd118597a02a015091756 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 5 Aug 2010 01:07:20 -0700 Subject: Combine stereo and stereo-duplicate mixers Use a separate update method for stereo sources to the set appropriate channel gains --- OpenAL32/Include/alu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenAL32/Include/alu.h') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index bd28771f..73f70224 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -183,6 +183,7 @@ ALvoid aluInitPanning(ALCdevice *Device); ALvoid CalcSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext); ALvoid CalcNonAttnSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext); +ALvoid CalcNonAttnStereoSourceParams(struct ALsource *ALSource, const ALCcontext *ALContext); ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size); ALvoid aluHandleDisconnect(ALCdevice *device); -- cgit v1.2.3