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.
This commit is contained in:
Barnabás Pőcze 2021-05-23 20:55:54 +02:00 committed by Wim Taymans
parent d2e1b968af
commit e9ba0899c2

View file

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