Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wireplumber
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
wireplumber
Commits
83c76552
Commit
83c76552
authored
4 years ago
by
George Kiagiadakis
Browse files
Options
Downloads
Patches
Plain Diff
docs: update configuration.md
parent
374977f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/daemon/configuration.md
+15
-4
15 additions, 4 deletions
docs/daemon/configuration.md
with
15 additions
and
4 deletions
docs/daemon/configuration.md
+
15
−
4
View file @
83c76552
...
...
@@ -106,8 +106,7 @@ and ignored. Possible commands are:
Example:
```
load-module C libwireplumber-module-monitor {
"factory": <"api.alsa.enum.udev">,
"flags": <["use-adapter", "activate-devices"]>
"alsa": <{"factory": <"api.alsa.enum.udev">, "flags": <["use-adapter"]>}>
}
```
...
...
@@ -180,7 +179,11 @@ their properties to provide enough context.
`module-monitor`
does not read any configuration files, however, it supports
configuration through parameters defined in the main
`wireplumber.conf`
.
Possible parameters are:
At the top level, each parameter is creating a monitor instance. The paramter
key is considered to be a friendly name for this instance and can be any string.
The value of each such parameter is meant to be a dictionary with parameters
for this instance. Possible instance parameters are:
*
`factory`
...
...
@@ -336,7 +339,15 @@ Possible fields of this table are:
* `enable-monitor`
Optional. A boolean representing whether the monitor ports should be
enabled on the endpoint or not.
enabled on the endpoint or not.
* `preferred-n-channels`
Optional. An unsigned integer that specifies a preference in the number
of audio channels that an audio node should be configured with. Note that
if the node does not support this many channels, it will be configured
with the closest possible number of channels. This is only available
with the `si-adapter` factory.
## `*.streams` configuration files
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment