diff options
author | Chris Robinson <[email protected]> | 2019-09-30 22:23:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-09-30 22:23:14 -0700 |
commit | 8f6fafd19a41f46eb82902da77f68a1d7b1f8215 (patch) | |
tree | 4cc9bd6e3adcbce171d84ac16cc2ec9eb3978131 /ChangeLog | |
parent | 5d7a1fa6dadcce17b6c1a52f2fb9eccbcc96a530 (diff) |
Update the changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -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. |