aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-02-26 16:09:06 -0800
committerChris Robinson <[email protected]>2016-02-26 16:09:06 -0800
commitac91083ceb27892ce1d474a578634bff580b56d3 (patch)
tree91d10d8ab79d17e5b44c6876ccca5cfa2a553639 /OpenAL32
parent67f086d1d4527d1c920d90660124c5592b898354 (diff)
Use 2-channel UHJ for stereo output
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 78475fa5..f9532727 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -470,6 +470,9 @@ struct ALCdevice_struct
HrtfParams Hrtf_Params[MAX_OUTPUT_CHANNELS];
ALuint Hrtf_Offset;
+ /* UHJ encoder state */
+ struct Uhj2Encoder *Uhj_Encoder;
+
// Stereo-to-binaural filter
struct bs2b *Bs2b;