Skip to content

Commit

Permalink
mumble: Add RNNoise support.
Browse files Browse the repository at this point in the history
Vastly improves suppression of background and typing noises.
  • Loading branch information
nh2 committed Nov 6, 2019
1 parent e47df96 commit 02dc6ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/networking/mumble/default.nix
@@ -1,6 +1,7 @@
{ stdenv, fetchurl, fetchFromGitHub, fetchpatch, pkgconfig, qt5
, avahi, boost, libopus, libsndfile, protobuf, speex, libcap
, alsaLib, python
, rnnoise
, jackSupport ? false, libjack2 ? null
, speechdSupport ? false, speechd ? null
, pulseSupport ? false, libpulseaudio ? null
Expand Down Expand Up @@ -73,7 +74,7 @@ let
type = "mumble";

nativeBuildInputs = [ qt5.qttools ];
buildInputs = [ libopus libsndfile speex qt5.qtsvg ]
buildInputs = [ libopus libsndfile speex qt5.qtsvg rnnoise ]
++ optional stdenv.isLinux alsaLib
++ optional jackSupport libjack2
++ optional speechdSupport speechd
Expand Down

0 comments on commit 02dc6ff

Please sign in to comment.