Update ChangeLog

This commit is contained in:
Chris Robinson
2018-04-24 00:18:02 -07:00
parent 510efae066
commit 8311b57ca6
+25 -27
View File
@@ -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: