Skip to content

Commit

Permalink
Release 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Apr 11, 2023
1 parent 31f3336 commit d3875f3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -179,7 +179,7 @@ endif()

set(LIB_MAJOR_VERSION "1")
set(LIB_MINOR_VERSION "23")
set(LIB_REVISION "0")
set(LIB_REVISION "1")
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0)

Expand Down
31 changes: 31 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 1.23.0.{build}
version: 1.23.1.{build}

environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand Down

0 comments on commit d3875f3

Please sign in to comment.