aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-02-13 03:03:26 -0800
committerChris Robinson <[email protected]>2018-02-13 03:03:26 -0800
commit59768674f1764706a2e59c4c314f80eca3b5de9d (patch)
treebdff2f2d959bfe6e1de6f6b625748997e7f8d42d /Alc/hrtf.h
parent2cb49e51a0d270f2a650d0969a5370ac50125c3f (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index b041c911..60842e8d 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -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)