gnu: pipewire: Enable more features.

* gnu/packages/linux.scm (pipewire)[inputs]:
Add
- libfdk for ACC support over bluetooth
- libfreeaptx for aptX support over bluetooth
- libsndfile
- libusb for bluetooth support
- lilv for lv2 plugins
- webrtc-audio-processing for noise cancelling
- readline for pw-cli

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Brendan Tildesley 2023-01-08 10:30:41 +01:00 committed by Mathieu Othacehe
parent 7a9edf4324
commit 619cb50199
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -9110,11 +9110,18 @@ (define-public pipewire
gstreamer
jack-2
ldacbt
libfdk
libfreeaptx
libsndfile
libusb
openssl ; raop sink
libva
pulseaudio
readline ; for pw-cli
sbc
vulkan-headers
vulkan-loader))
vulkan-loader
webrtc-audio-processing))
(home-page "https://pipewire.org/")
(synopsis "Server and user space API to deal with multimedia pipelines")
(description