aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-02-06 22:18:50 -0800
committerChris Robinson <[email protected]>2008-02-06 22:18:50 -0800
commitb4ffdfab81827626a3da2882218d401fd83cf375 (patch)
treeae5a0cc574ca67c5b0a6f77c7f4ea7ee32ece8de /OpenAL32
parent1ea4aac799b1751dc0616259ed9c167152da72c7 (diff)
Add an option for duplicating stereo sources on the back speakers
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 2 insertions, 0 deletions
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);