From 444e9563b357b4e2af0d428afac9f87596aba9a6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 3 May 2017 03:29:21 -0700 Subject: Add a mixing function to blend HRIRs This is a bit more efficient than calling the normal HRTF mixing function twice, and helps solve the problem of the values generated from convolution not being consistent with the new HRIR. --- Alc/mixer_neon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Alc/mixer_neon.c') diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c index 65dd608c..51191783 100644 --- a/Alc/mixer_neon.c +++ b/Alc/mixer_neon.c @@ -221,6 +221,7 @@ static inline void ApplyCoeffs(ALsizei Offset, ALfloat (*restrict Values)[2], } #define MixHrtf MixHrtf_Neon +#define MixHrtfBlend MixHrtfBlend_Neon #define MixDirectHrtf MixDirectHrtf_Neon #include "mixer_inc.c" #undef MixHrtf -- cgit v1.2.3