diff options
author | Chris Robinson <[email protected]> | 2015-09-29 18:27:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-29 20:39:12 -0700 |
commit | dc10e56babf61b62c6cc779414103d7183100c58 (patch) | |
tree | 302dd43223b8c3678cbc726655de628bf5b617fb /ChangeLog | |
parent | e13d553aefe68f63c1c7d479df80c44f4ab70a0f (diff) |
Implement a 6-point sinc-lanczos filter
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ openal-soft-1.17.0: Implemented the ALC_SOFT_HRTF extension. - Implemented C, SSE2, and SSE4.1 based Sinc-Lanczos 4-point resamplers. + Implemented C, SSE2, and SSE4.1 based 4-point Sinc-Lanczos resamplers. + + Implemented a C based 6-point Sinc-Lanczos resampler. Implemented B-Format output support for the wave file writer. This creates FuMa-style first-order Ambisonics wave files (AMB format). |