From e9ba0899c2a5f3942a3cee1b9fcd651422a12e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sun, 23 May 2021 20:55:54 +0200 Subject: [PATCH] filter-chain: fix rnnoise example configuration Other filter-chain configuration file examples do not prefix the plugin key with 'ladspa/'. And in the absence of the LADSPA_PATH environmental variable, this would lead to "/usr/lib64/ladspa/ladspa/librnnoise_ladspa.so" being used as the path, which is not correct. --- src/daemon/filter-chain/source-rnnoise.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/filter-chain/source-rnnoise.conf b/src/daemon/filter-chain/source-rnnoise.conf index 63f6d65fa..9f4f864ba 100644 --- a/src/daemon/filter-chain/source-rnnoise.conf +++ b/src/daemon/filter-chain/source-rnnoise.conf @@ -35,7 +35,7 @@ context.modules = [ { type = ladspa name = rnnoise - plugin = ladspa/librnnoise_ladspa + plugin = librnnoise_ladspa label = noise_suppressor_stereo control = { "VAD Threshold (%)" 50.0