diff options
author | Chris Robinson <[email protected]> | 2023-04-11 12:46:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-04-11 12:46:23 -0700 |
commit | d3875f333fb6abe2f39d82caca329414871ae53b (patch) | |
tree | 517b5db02c6d50c27a8c884ad2a66f9cde253810 /ChangeLog | |
parent | 31f33369135c80cfceec9765b73fa6556641cd2e (diff) |
Release 1.23.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +openal-soft-1.23.1: + + Implemented the AL_SOFT_UHJ_ex extension. + + Implemented the AL_SOFT_buffer_length_query extension. + + Implemented the AL_SOFT_source_start_delay extension. + + Implemented the AL_EXT_STATIC_BUFFER extension. + + Fixed compiling with certain older versions of GCC. + + Fixed compiling as a submodule. + + Fixed compiling with newer versions of Oboe. + + Improved EAX effect version switching. + + Improved the quality of the reverb modulator. + + Improved performance of the cubic resampler. + + Added a compatibility option to restore AL_SOFT_buffer_sub_data. The option + disables AL_EXT_SOURCE_RADIUS due to incompatibility. + + Reduced CPU usage when EAX is initialized and FXSlot0 or FXSlot1 are not + used. + + Reduced memory usage for ADPCM buffer formats. They're no longer converted + to 16-bit samples on load. + openal-soft-1.23.0: Fixed CoreAudio capture support. |