docs: remove support for absolute paths from docs

This commit is contained in:
Wim Taymans 2026-04-06 14:47:21 +02:00
parent 8fd7982087
commit 785bf36b9b
3 changed files with 1 additions and 3 deletions

View file

@ -21,7 +21,6 @@ context.modules = [
# listed in the environment variable LADSPA_PATH or # listed in the environment variable LADSPA_PATH or
# /usr/lib64/ladspa, /usr/lib/ladspa or the system library directory # /usr/lib64/ladspa, /usr/lib/ladspa or the system library directory
# as a fallback. # as a fallback.
# You might want to use an absolute path here to avoid problems.
plugin = "librnnoise_ladspa" plugin = "librnnoise_ladspa"
label = noise_suppressor_stereo label = noise_suppressor_stereo
control = { control = {

View file

@ -128,7 +128,7 @@ extern struct spa_handle_factory spa_filter_graph_factory;
* # an example ladspa plugin * # an example ladspa plugin
* type = ladspa * type = ladspa
* name = pitch * name = pitch
* plugin = "/usr/lib64/ladspa/ladspa-rubberband.so" * plugin = "ladspa-rubberband"
* label = "rubberband-r3-pitchshifter-mono" * label = "rubberband-r3-pitchshifter-mono"
* control = { * control = {
* # controls are using the ladspa port names as seen in analyseplugin * # controls are using the ladspa port names as seen in analyseplugin

View file

@ -50,7 +50,6 @@
* *
* - `jack.library`: the libjack to load, by default libjack.so.0 is searched in * - `jack.library`: the libjack to load, by default libjack.so.0 is searched in
* LIBJACK_PATH directories and then some standard library paths. * 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.server`: the name of the JACK server to tunnel to.
* - `jack.client-name`: the name of the JACK client. * - `jack.client-name`: the name of the JACK client.
* - `jack.connect`: if jack ports should be connected automatically. Can also be * - `jack.connect`: if jack ports should be connected automatically. Can also be