diff options
author | Chris Robinson <[email protected]> | 2018-02-13 03:03:26 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-02-13 03:03:26 -0800 |
commit | 59768674f1764706a2e59c4c314f80eca3b5de9d (patch) | |
tree | bdff2f2d959bfe6e1de6f6b625748997e7f8d42d /Alc/hrtf.h | |
parent | 2cb49e51a0d270f2a650d0969a5370ac50125c3f (diff) |
Use an alternate ambisonic HRTF decode layout
Similar to the previous, but includes the top and bottom HRTF responses. The
higher-order decode (for the "basic" HRTF output) also now uses 2H1P mixed-
order instead of 2H1V, which seems more stable.
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ /* The maximum number of virtual speakers used to generate HRTF coefficients * for decoding B-Format. */ -#define HRTF_AMBI_MAX_CHANNELS 16 +#define HRTF_AMBI_MAX_CHANNELS 18 #define HRTF_HISTORY_BITS (6) |