wireplumber.conf: document the main difference between context.modules and wp.components

This commit is contained in:
George Kiagiadakis
2024-02-28 12:43:30 +02:00
parent 3d5cee55d8
commit 08df33d7a3

View File

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