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
4ed5e30d
Commit
4ed5e30d
authored
5 years ago
by
George Kiagiadakis
Browse files
Options
Downloads
Patches
Plain Diff
config: enhance the configuration file with comments
parent
7c7c65de
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
src/wireplumber.conf
+22
-2
22 additions, 2 deletions
src/wireplumber.conf
with
22 additions
and
2 deletions
src/wireplumber.conf
+
22
−
2
View file @
4ed5e30d
# Basic pipewire integration - do not remove
load
-
module
C
libwireplumber
-
module
-
pipewire
# Grants access to security confined clients
load
-
module
C
libwireplumber
-
module
-
client
-
permissions
# Endpoint implementation for standard audio devices
# using software conversions, mixing and volume controls
load
-
module
C
libwireplumber
-
module
-
pw
-
audio
-
softdsp
-
endpoint
# Endpoint that provides high-level volume controls for the AGL mixer
load
-
module
C
libwireplumber
-
module
-
mixer
# Monitors the ALSA devices that are discovered via udev
# and creates softdsp-endopints for each one of them
load
-
module
C
libwireplumber
-
module
-
pw
-
alsa
-
udev
# Implements linking clients to devices and maintains
# information about the devices to be used.
# If you want to override the default audio devices,
# comment the first line and uncomment the lines below
load
-
module
C
libwireplumber
-
module
-
simple
-
policy
load
-
module
C
libwireplumber
-
module
-
mixer
load
-
module
C
libwireplumber
-
module
-
client
-
permissions
#load-module C libwireplumber-module-simple-policy {
# "default-playback-device": <"hw:0,0">,
# "default-capture-device": <"hw:0,0">
#}
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