diff options
author | Chris Robinson <[email protected]> | 2011-05-01 13:19:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-01 13:19:23 -0700 |
commit | c9c965ef8542f59cb810faef40bfd2f5e447daee (patch) | |
tree | 2106d173c78e8675d459151e2e25218f441f42db /OpenAL32 | |
parent | af3adf52443a14c074000ed3520f3a1a206633af (diff) |
Add a device flag for enabling HRTF
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index c6a1c4ba..24027c99 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -478,6 +478,9 @@ struct ALCdevice_struct // Duplicate stereo sources on the side/rear channels ALboolean DuplicateStereo; + // Use HRTF filters for mixing sounds + ALboolean UseHRTF; + // Dry path buffer mix ALfloat DryBuffer[BUFFERSIZE][MAXCHANNELS]; |