diff options
author | Chris Robinson <[email protected]> | 2020-01-05 04:02:18 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-01-05 04:02:18 -0800 |
commit | ae780e22c12ea78e889f6f4ac33f31a4f5044595 (patch) | |
tree | 712ad5488a8c9c5e3df411371f9629d1690c1fdf /ChangeLog | |
parent | 6ed8061cbf6bbc17c4591d7e50bf9c97aad7a889 (diff) |
Update the changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +openal-soft-1.20.1: + + Implemented the AL_SOFT_direct_channels_remix extension. This extends + AL_DIRECT_CHANNELS_SOFT to optionally remix input channels that don't have + a matching output channel. + + Implemented the AL_SOFT_bformat_ex extension. This allows B-Format buffer + data to use N3D or SN3D scaling, or ACN channel ordering. + + Improved handling of unsupported channel configurations with WASAPI. Such + setups will now try to output at least a stereo mix. + + Improved clarity a bit for the HRTF second-order ambisonic decoder. + + Improved detection of compatible layouts for SOFA files in makemhr and + sofa-info. + + Added the ability to resample HRTFs on load. MHR files no longer need to + match the device sample rate to be usable. + + Added an option to limit the HRTF's filter length. + openal-soft-1.20.0: Converted the library codebase to C++11. A lot of hacks and custom |