Release 1.23.0
This commit is contained in:
parent
58c8f5720d
commit
70c14cd560
@ -170,8 +170,8 @@ if(NOT LIBTYPE)
|
||||
endif()
|
||||
|
||||
set(LIB_MAJOR_VERSION "1")
|
||||
set(LIB_MINOR_VERSION "22")
|
||||
set(LIB_REVISION "2")
|
||||
set(LIB_MINOR_VERSION "23")
|
||||
set(LIB_REVISION "0")
|
||||
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
|
||||
set(LIB_VERSION_NUM ${LIB_MAJOR_VERSION},${LIB_MINOR_VERSION},${LIB_REVISION},0)
|
||||
|
||||
|
52
ChangeLog
52
ChangeLog
@ -1,3 +1,55 @@
|
||||
openal-soft-1.23.0:
|
||||
|
||||
Fixed CoreAudio capture support.
|
||||
|
||||
Fixed handling per-version EAX properties.
|
||||
|
||||
Fixed interpolating changes to the Super Stereo width source property.
|
||||
|
||||
Fixed detection of the update and buffer size from PipeWire.
|
||||
|
||||
Fixed resuming playback devices with OpenSL.
|
||||
|
||||
Fixed support for certain OpenAL implementations with the router.
|
||||
|
||||
Improved reverb environment transitions.
|
||||
|
||||
Improved performance of convolution reverb.
|
||||
|
||||
Improved quality and performance of the pitch shifter effect slightly.
|
||||
|
||||
Improved sub-sample precision for resampled sources.
|
||||
|
||||
Improved blending spatialized multi-channel sources that use the source
|
||||
radius property.
|
||||
|
||||
Improved mixing 2D ambisonic sources for higher-order 3D ambisonic mixing.
|
||||
|
||||
Improved quadraphonic and 7.1 surround sound output slightly.
|
||||
|
||||
Added config options for UHJ encoding/decoding quality. Including Super
|
||||
Stereo processing.
|
||||
|
||||
Added a config option for specifying the speaker distance.
|
||||
|
||||
Added a compatibility config option for specifying the NFC distance
|
||||
scaling.
|
||||
|
||||
Added a config option for mixing on PipeWire's non-real-time thread.
|
||||
|
||||
Added support for virtual source nodes with PipeWire capture.
|
||||
|
||||
Added the ability for the WASAPI backend to use different playback rates.
|
||||
|
||||
Added support for SOFA files that define per-response delays in makemhr.
|
||||
|
||||
Changed the default fallback playback sample rate to 48khz. This doesn't
|
||||
affect most backends, which can detect a default rate from the system.
|
||||
|
||||
Changed the default resampler to cubic.
|
||||
|
||||
Changed the default HRTF size from 32 to 64 points.
|
||||
|
||||
openal-soft-1.22.2:
|
||||
|
||||
Fixed PipeWire version check.
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: 1.22.2.{build}
|
||||
version: 1.23.0.{build}
|
||||
|
||||
environment:
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||
|
Loading…
Reference in New Issue
Block a user