diff options
author | Chris Robinson <[email protected]> | 2018-05-26 00:26:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-05-26 00:26:11 -0700 |
commit | ec84a107a4e0d26fa6a528940a40405d1fd1ce65 (patch) | |
tree | 3b4ed90c6b05d95c6cbb61e9c1f939f81e0dd80f /Alc/hrtf.h | |
parent | 803d331711cf5c0ecd0796bf28e9c95cf3724198 (diff) |
Don't hardcode the max channels for HRTF B-Format decoding
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -9,12 +9,6 @@ #include "atomic.h" -/* The maximum number of virtual speakers used to generate HRTF coefficients - * for decoding B-Format. - */ -#define HRTF_AMBI_MAX_CHANNELS 18 - - #define HRTF_HISTORY_BITS (6) #define HRTF_HISTORY_LENGTH (1<<HRTF_HISTORY_BITS) #define HRTF_HISTORY_MASK (HRTF_HISTORY_LENGTH-1) |