mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
7a9edf4324
commit
619cb50199
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue