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: