mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
easyeffects: add deepfilternet plugin
This commit is contained in:
parent
db815d5e61
commit
835d15816a
@ -2,6 +2,7 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, appstream-glib
|
, appstream-glib
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
|
, deepfilternet
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, calf
|
, calf
|
||||||
, fftw
|
, fftw
|
||||||
@ -60,6 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
appstream-glib
|
appstream-glib
|
||||||
|
deepfilternet
|
||||||
fftw
|
fftw
|
||||||
fftwFloat
|
fftwFloat
|
||||||
fmt_9
|
fmt_9
|
||||||
@ -95,6 +97,7 @@ stdenv.mkDerivation rec {
|
|||||||
zam-plugins # maximizer
|
zam-plugins # maximizer
|
||||||
];
|
];
|
||||||
ladspaPlugins = [
|
ladspaPlugins = [
|
||||||
|
deepfilternet # deep noise remover
|
||||||
rubberband # pitch shifting
|
rubberband # pitch shifting
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user