diff options
author | Chris Robinson <[email protected]> | 2020-11-25 16:31:52 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-11-25 16:31:52 -0800 |
commit | d86046d522f45804e28462db0c0e8e1a34a1cfe7 (patch) | |
tree | 3f015ddd93f554e1e0424b7a74eb1bb27bdc2827 | |
parent | 32b9a46b39e3bfb3ccf1e05c520ce40232efa5d9 (diff) |
Update ChangeLog
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +openal-soft-1.21.1: + + Improved alext.h's detection of standard types. + + Improved slightly the local source position when the listener and source + are near each other. + + Fixed compilation for Windows ARM targets with MSVC. + + Fixed ARM NEON detection on Windows. + + Fixed CoreAudio capture when the requested sample rate doesn't match the + system configuration. + + Fixed sources missing a batch update when applied after quickly restarting + the source. + openal-soft-1.21.0: Updated library codebase to C++14. |