pulseaudio: enable soxr (resampler) support
This commit is contained in:
parent
bf60834d6d
commit
e7d4b315da
|
@ -3,7 +3,7 @@
|
||||||
, xorg, libcap, alsaLib, glib, dconf
|
, xorg, libcap, alsaLib, glib, dconf
|
||||||
, avahi, libjack2, libasyncns, lirc, dbus
|
, avahi, libjack2, libasyncns, lirc, dbus
|
||||||
, sbc, bluez5, udev, openssl, fftwFloat
|
, sbc, bluez5, udev, openssl, fftwFloat
|
||||||
, speexdsp, systemd, webrtc-audio-processing
|
, soxr, speexdsp, systemd, webrtc-audio-processing
|
||||||
|
|
||||||
, x11Support ? false
|
, x11Support ? false
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
lib.optionals stdenv.isLinux [ libcap ];
|
lib.optionals stdenv.isLinux [ libcap ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ libtool libsndfile speexdsp fftwFloat ]
|
[ libtool libsndfile soxr speexdsp fftwFloat ]
|
||||||
++ lib.optionals stdenv.isLinux [ glib dbus ]
|
++ lib.optionals stdenv.isLinux [ glib dbus ]
|
||||||
++ lib.optionals stdenv.isDarwin [ CoreServices AudioUnit Cocoa ]
|
++ lib.optionals stdenv.isDarwin [ CoreServices AudioUnit Cocoa ]
|
||||||
++ lib.optionals (!libOnly) (
|
++ lib.optionals (!libOnly) (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user