From 08df33d7a3da6b54756f865b278a84d66b973b60 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 28 Feb 2024 12:43:30 +0200 Subject: [PATCH] wireplumber.conf: document the main difference between context.modules and wp.components --- src/config/wireplumber.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/wireplumber.conf b/src/config/wireplumber.conf index 4c9f6d44..758fef6e 100644 --- a/src/config/wireplumber.conf +++ b/src/config/wireplumber.conf @@ -18,6 +18,10 @@ context.spa-libs = { context.modules = [ ## PipeWire modules to load. + ## These modules are loaded before a connection to pipewire is attempted. + ## This section should be kept minimal and load only the modules that are + ## necessary for the protocol to work. + ## ## If ifexists is given, the module is ignored when it is not found. ## If nofail is given, module initialization failures are ignored. ## @@ -73,7 +77,8 @@ wireplumber.profiles = { } wireplumber.components = [ - ## WirePlumber components to load + ## WirePlumber components to load. + ## These components are loaded after a connection to pipewire is established. ## type is mandatory; rest of the tags are optional ## ## Syntax: