easyeffects: add deepfilternet plugin

This commit is contained in:
ralismark 2024-02-01 15:44:38 +11:00
parent db815d5e61
commit 835d15816a

View File

@ -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