diff options
author | Chris Robinson <[email protected]> | 2020-10-06 00:38:37 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-10-06 00:38:37 -0700 |
commit | 5fbd02e60ec6f73a70b9b4591678540600552d96 (patch) | |
tree | 29b9c7f8069a5453815a193a04688b7a464db599 /ChangeLog | |
parent | 7fb6d64ca81d68f74a254c097d511d8863453000 (diff) |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -14,6 +14,8 @@ openal-soft-1.21.0: Improved makemhr's HRIR delay calculation. + Improved WASAPI capture of mono formats with multichannel input. + Reimplemented the modulation stage for reverb. Enabled real-time mixing priority by default, for backends that use the @@ -35,6 +37,9 @@ openal-soft-1.21.0: Fixed using unicode paths with the log file on Windows. + Fixed DirectSound capture reporting the bad sample counts or erroring when + reading samples. + Added an in-progress extension for a callback-driven buffer type. Added an in-progress extension for higher-order B-Format buffers. @@ -69,8 +74,6 @@ openal-soft-1.21.0: Got rid of the compile-time native-tools targets, using cmake and global initialization instead. This should make cross-compiling less troublesome. - - openal-soft-1.20.1: Implemented the AL_SOFT_direct_channels_remix extension. This extends |