diff options
author | Chris Robinson <[email protected]> | 2016-08-12 05:26:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-08-12 05:26:36 -0700 |
commit | 770e2ff7ed516a41721d6cde931b3cefc07c190e (patch) | |
tree | ce6d59d89039aba7339575e5bb0783032289e401 /Alc/mixer_c.c | |
parent | c6c6e3324dd9d5d864b6146ca7a6c6e6369978a6 (diff) |
Use a more specialized mixer function for B-Format to HRTF
Diffstat (limited to 'Alc/mixer_c.c')
-rw-r--r-- | Alc/mixer_c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/mixer_c.c b/Alc/mixer_c.c index 5b3e7b74..c79d6061 100644 --- a/Alc/mixer_c.c +++ b/Alc/mixer_c.c @@ -166,6 +166,7 @@ static inline void ApplyCoeffs(ALuint Offset, ALfloat (*restrict Values)[2], } #define MixHrtf MixHrtf_C +#define MixDirectHrtf MixDirectHrtf_C #include "mixer_inc.c" #undef MixHrtf |