mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 03:08:13 +02:00
config: enable monitor ports on audio sinks
This commit is contained in:
parent
b807b666a0
commit
2660e13c4a
2 changed files with 4 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ properties = [
|
|||
session = "audio"
|
||||
type = "si-adapter"
|
||||
streams = "audio-sink.streams"
|
||||
|
||||
[endpoint.config]
|
||||
enable-monitor = true
|
||||
|
|
|
|||
|
|
@ -11,3 +11,4 @@ streams = "audio-sink.streams"
|
|||
|
||||
[endpoint.config]
|
||||
priority = 1
|
||||
enable-monitor = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue