mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
filter-chain: add spatializer
SOFA is a file format used for storing and accessing spatial audio data, namely head-related transfer functions. These can be used to create binaural spatial sound using head- or earphones. This commit introduces libmysofa as an optional dependency for loading SOFA files and creates a spatializer plugin for the filter-chain ci: install libmysofa-devel for full build ci: bump FDO_DISTRIBUTION_TAG
This commit is contained in:
parent
ecf06935ba
commit
3e0dc2678b
5 changed files with 262 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ include:
|
|||
.fedora:
|
||||
variables:
|
||||
# Update this tag when you want to trigger a rebuild
|
||||
FDO_DISTRIBUTION_TAG: '2022-11-07.0'
|
||||
FDO_DISTRIBUTION_TAG: '2023-01-18.0'
|
||||
FDO_DISTRIBUTION_VERSION: '35'
|
||||
FDO_DISTRIBUTION_PACKAGES: >-
|
||||
alsa-lib-devel
|
||||
|
|
@ -46,6 +46,7 @@ include:
|
|||
jack-audio-connection-kit-devel
|
||||
libcanberra-devel
|
||||
libldac-devel
|
||||
libmysofa-devel
|
||||
libsndfile-devel
|
||||
libusb-devel
|
||||
lilv-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue