From c9c965ef8542f59cb810faef40bfd2f5e447daee Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 1 May 2011 13:19:23 -0700 Subject: Add a device flag for enabling HRTF --- OpenAL32/Include/alMain.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenAL32/Include/alMain.h') 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]; -- cgit v1.2.3