2023-02-20 13:23:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
openal-soft: require gcc 9
This uses [[likely]] from C++20.
XXX: pkgsrc doesn't support "c++20" in USE_LANGUAGES yet
|
2023-02-16 16:15:55 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
openal-soft: update to 1.23.0.
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.
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670) |
Log message:
*: bump PKGREVISION for flac shlib bump
|
2022-07-07 12:03:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
openal-soft: updated to 1.22.2
The changes from 1.22.1 include:
Fixed PipeWire version check.
Fixed building with PipeWire versions before 0.3.33.
|
2022-07-03 18:01:00 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
openal-soft: update to 1.22.1.
openal-soft-1.22.1:
Fixed CoreAudio capture.
Fixed air absorption strength.
Fixed handling 5.1 devices on Windows that use Rear channels instead of
Side channels.
Fixed some compilation issues on MinGW.
Fixed ALSA not being used on some systems without PipeWire and PulseAudio.
Fixed OpenSL capturing noise.
Fixed Oboe capture failing with some buffer sizes.
Added checks for the runtime PipeWire version. The same or newer version
than is used for building will be needed at runtime for the backend to
work.
Separated 3D7.1 into its own speaker configuration.
|
2022-07-02 18:53:42 by Ryo ONODERA | Files touched by this commit (395) |
Log message:
*: Recursive revbump from audio/pulseaudio
|
2022-05-05 15:49:07 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
openal-soft: Fix build. Disale sysutils/dbus dependency explicitly
|
2022-05-04 19:23:35 by Tobias Nygren | Files touched by this commit (2) |
Log message:
remove patch hunk that belongs to SUBST
|
2022-05-04 18:31:30 by Tobias Nygren | Files touched by this commit (3) |
Log message:
openal-soft: fix some fallout
- remove -Wall (-Winline max-inline-insns-single fails)
- set -DALSOFT_UTILS=ON explictly
- disable libsndfile check with a patch
If CMake finds libsndfile it tries (and fails) to build some examples
which do not get installed anyway.
|