From b4ffdfab81827626a3da2882218d401fd83cf375 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 6 Feb 2008 22:18:50 -0800 Subject: Add an option for duplicating stereo sources on the back speakers --- OpenAL32/Include/alu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index d43e0127..6fab1fae 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -8,6 +8,8 @@ extern "C" { #endif +extern ALboolean DuplicateStereo; + __inline ALuint aluBytesFromFormat(ALenum format); __inline ALuint aluChannelsFromFormat(ALenum format); ALvoid aluMixData(ALCcontext *context,ALvoid *buffer,ALsizei size,ALenum format); -- cgit v1.2.3