Skip to content

Commit d3875f3

Browse files
committed
Release 1.23.1
1 parent 31f3336 commit d3875f3

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ endif()
179179

180180
set(LIB_MAJOR_VERSION "1")
181181
set(LIB_MINOR_VERSION "23")
182-
set(LIB_REVISION "0")
182+
set(LIB_REVISION "1")
183183
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
184184
set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0)
185185

ChangeLog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
openal-soft-1.23.1:
2+
3+
Implemented the AL_SOFT_UHJ_ex extension.
4+
5+
Implemented the AL_SOFT_buffer_length_query extension.
6+
7+
Implemented the AL_SOFT_source_start_delay extension.
8+
9+
Implemented the AL_EXT_STATIC_BUFFER extension.
10+
11+
Fixed compiling with certain older versions of GCC.
12+
13+
Fixed compiling as a submodule.
14+
15+
Fixed compiling with newer versions of Oboe.
16+
17+
Improved EAX effect version switching.
18+
19+
Improved the quality of the reverb modulator.
20+
21+
Improved performance of the cubic resampler.
22+
23+
Added a compatibility option to restore AL_SOFT_buffer_sub_data. The option
24+
disables AL_EXT_SOURCE_RADIUS due to incompatibility.
25+
26+
Reduced CPU usage when EAX is initialized and FXSlot0 or FXSlot1 are not
27+
used.
28+
29+
Reduced memory usage for ADPCM buffer formats. They're no longer converted
30+
to 16-bit samples on load.
31+
132
openal-soft-1.23.0:
233

334
Fixed CoreAudio capture support.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.23.0.{build}
1+
version: 1.23.1.{build}
22

33
environment:
44
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

0 commit comments

Comments
 (0)