diff options
author | Chris Robinson <[email protected]> | 2008-02-06 22:18:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-02-06 22:18:50 -0800 |
commit | b4ffdfab81827626a3da2882218d401fd83cf375 (patch) | |
tree | ae5a0cc574ca67c5b0a6f77c7f4ea7ee32ece8de /OpenAL32 | |
parent | 1ea4aac799b1751dc0616259ed9c167152da72c7 (diff) |
Add an option for duplicating stereo sources on the back speakers
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alu.h | 2 |
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); |