From 785bf36b9bee8ccdee2097ecf4ed860603647818 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 6 Apr 2026 14:47:21 +0200 Subject: [PATCH] docs: remove support for absolute paths from docs --- src/daemon/filter-chain/source-rnnoise.conf | 1 - src/modules/module-filter-chain.c | 2 +- src/modules/module-jack-tunnel.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/daemon/filter-chain/source-rnnoise.conf b/src/daemon/filter-chain/source-rnnoise.conf index f3c2c71be..83142dd29 100644 --- a/src/daemon/filter-chain/source-rnnoise.conf +++ b/src/daemon/filter-chain/source-rnnoise.conf @@ -21,7 +21,6 @@ context.modules = [ # listed in the environment variable LADSPA_PATH or # /usr/lib64/ladspa, /usr/lib/ladspa or the system library directory # as a fallback. - # You might want to use an absolute path here to avoid problems. plugin = "librnnoise_ladspa" label = noise_suppressor_stereo control = { diff --git a/src/modules/module-filter-chain.c b/src/modules/module-filter-chain.c index 64a92c5ac..97baa8f5f 100644 --- a/src/modules/module-filter-chain.c +++ b/src/modules/module-filter-chain.c @@ -128,7 +128,7 @@ extern struct spa_handle_factory spa_filter_graph_factory; * # an example ladspa plugin * type = ladspa * name = pitch - * plugin = "/usr/lib64/ladspa/ladspa-rubberband.so" + * plugin = "ladspa-rubberband" * label = "rubberband-r3-pitchshifter-mono" * control = { * # controls are using the ladspa port names as seen in analyseplugin diff --git a/src/modules/module-jack-tunnel.c b/src/modules/module-jack-tunnel.c index 4b22f7883..bee37da4f 100644 --- a/src/modules/module-jack-tunnel.c +++ b/src/modules/module-jack-tunnel.c @@ -50,7 +50,6 @@ * * - `jack.library`: the libjack to load, by default libjack.so.0 is searched in * LIBJACK_PATH directories and then some standard library paths. - * Can be an absolute path. * - `jack.server`: the name of the JACK server to tunnel to. * - `jack.client-name`: the name of the JACK client. * - `jack.connect`: if jack ports should be connected automatically. Can also be