mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: add an example of context.exec in the config file
Extra setup with pactl or scripts can be run here.
This commit is contained in:
parent
bf66a3b236
commit
c25e6cee50
1 changed files with 6 additions and 0 deletions
|
|
@ -57,6 +57,12 @@ context.modules = [
|
|||
}
|
||||
]
|
||||
|
||||
# Extra modules can be loaded here. Setup in default.pa can be moved here
|
||||
context.exec = [
|
||||
#{ path = "pactl" args = "module-switch-on-connect" }
|
||||
#{ path = "/usr/bin/sh" args = "~/.config/pipewire/default.pw" }
|
||||
]
|
||||
|
||||
stream.properties = {
|
||||
#node.latency = 1024/48000
|
||||
#node.autoconnect = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue