From 8311b57ca6fb67641c386f867ddbcf43db73e222 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 24 Apr 2018 00:18:02 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 52 +++++++++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7a730262..a7aec638 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,24 @@ openal-soft-1.19.0: Implemented the ALC_SOFT_device_clock extension. + Implemented the Pitch Shifter effect. + + Fixed compiling on FreeBSD systems that use freebsd-lib 9.1. + + Fixed compiling on NetBSD. + + Fixed the reverb effect's density scale and panning parameters. + + Fixed use of the WASAPI backend with certain games, which caused odd COM + initialization errors. + + Increased the number of virtual channels for decoding Ambisonics to HRTF + output. + + Replaced the 4-point Sinc resampler with a more efficient cubic resampler. + + Renamed the MMDevAPI backend to WASAPI. + Added support fot 24-bit, dual-ear HRTF data sets. The built-in data set has been updated to 24-bit. @@ -10,43 +28,23 @@ openal-soft-1.19.0: Added an SDL2 playback backend. Disabled by default to avoid a dependency on SDL2. + Improved the performance and quality of the Chorus and Flanger effects. + Improved the efficiency of the band-limited Sinc resampler. Improved the Sinc resampler's transition band to avoid over-attenuating higher frequencies. - Replaced the 4-point Sinc resampler with a more efficient cubic resampler. - - Fixed compiling on FreeBSD systems that use freebsd-lib 9.1. - - Fixed compiling on NetBSD. - - Improved the performance and quality of the Chorus effect. - - Removed the reverb effect's modulation stage. Due to the lack of reference - for its strength. - - Improved AL call error logging with contextualized messages. + Improved the performance of some filter operations. Improved the efficiency of object ID lookups. - Improved efficienty of internal voice/source synchronization. + Improved the efficienty of internal voice/source synchronization. - Fixed the reverb effect's density scale. + Improved AL call error logging with contextualized messages. - Fixed the reverb effect's panning parameters. - - Increased the number of virtual channels for decoding Ambisonics to HRTF - output. - - Implemented the Pitch Shifter effect. - - Renamed the MMDevAPI backend to WASAPI. - - Fixed using the WASAPI backend with certain games, which caused odd COM - initialization errors. - - Improved the performance of some filter operations. + Removed the reverb effect's modulation stage. Due to the lack of reference + for its intended behavior and strength. openal-soft-1.18.2: