Fade HRTF coefficients over 64 samples at most
commitdc253700637d2154f3103ca627c8d2ac1a7c1ddd
authorChris Robinson <chris.kcat@gmail.com>
Fri, 28 Apr 2017 17:05:57 +0000 (28 10:05 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 28 Apr 2017 17:05:57 +0000 (28 10:05 -0700)
tree70b496718c48d09b912a1ce9481670cbe99ce473
parentbf138fb4eaf773110a26ccc53c17c5ce1ec4de44
Fade HRTF coefficients over 64 samples at most

This greatly improves HRTF performance since the dual-mix only applies to the
64-sample coefficient transition. So rather than doubling the full mix, it only
doubles 64 samples out of the full mix.
Alc/mixer.c