From 8f6fafd19a41f46eb82902da77f68a1d7b1f8215 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 30 Sep 2019 22:23:14 -0700 Subject: Update the changelog --- ChangeLog | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd491ff0..edef4331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ openal-soft-1.20.0: Partially implemented the Vocal Morpher effect. - Fixed the bsinc SSE resampler on non-GCC compilers. + Fixed the bsinc SSE resamplers on non-GCC compilers. Fixed OpenSL capture. @@ -15,7 +15,10 @@ openal-soft-1.20.0: Fixed performance problems relating to semaphores on macOS. - Modified alcResetDeviceSOFT to attempt recovery of lost devices. + Modified the bsinc12 resampler's transition band to better avoid aliasing + noise. + + Modified alcResetDeviceSOFT to attempt recovery of disconnected devices. Modified the virtual speaker layout for HRTF B-Format decoding. @@ -23,6 +26,10 @@ openal-soft-1.20.0: Renamed the makehrtf utility to makemhr. + Improved the efficiency of the bsinc resamplers when up-sampling. + + Improved the quality of the bsinc resamplers slightly. + Improved the efficiency of the HRTF mixers. Improved the HRTF B-Format decoder coefficient generation. @@ -31,7 +38,10 @@ openal-soft-1.20.0: Improved handling of sources that end prematurely, to avoid loud clicks. - Improved some reverb processing loops. + Improved the performance of some reverb processing loops. + + Added fast_bsinc resamplers that improve efficiency at the cost of some + quality. Notably, when down-sampling with pitch ramping. Added support for SOFA input files with makemhr. -- cgit v1.2.3