Accumulate the B-Format HRTF responses using doubles
commit09194fd4886d81ca28f88760e8ae4efad368227e
authorChris Robinson <chris.kcat@gmail.com>
Wed, 18 Apr 2018 04:27:47 +0000 (17 21:27 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 18 Apr 2018 04:27:47 +0000 (17 21:27 -0700)
tree6bcb94306c15ec4ebe2a207ac1a548d6db5c7393
parente619b641750a00e188a067376ffebdc8d24da126
Accumulate the B-Format HRTF responses using doubles

The final result is still truncated to single-precision float, but this should
keep the responses more stable as it accumulates the various inputs.
Alc/hrtf.c