mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 05:08:04 +02:00
src: config: add audio sink streams configuration
This commit is contained in:
parent
7e8e6da857
commit
6317599477
3 changed files with 11 additions and 0 deletions
|
|
@ -6,3 +6,4 @@ properties = [
|
|||
[endpoint]
|
||||
session = "audio"
|
||||
type = "si-adapter"
|
||||
streams = "audio-sink.streams"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ properties = [
|
|||
[endpoint]
|
||||
session = "audio"
|
||||
type = "si-adapter"
|
||||
streams = "audio-sink.streams"
|
||||
|
||||
[endpoint.config]
|
||||
priority = 1
|
||||
|
|
|
|||
9
src/config/audio-sink.streams
Normal file
9
src/config/audio-sink.streams
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[[streams]]
|
||||
name = "Multimedia"
|
||||
priority = 0
|
||||
enable_control_port = false
|
||||
|
||||
[[streams]]
|
||||
name = "Notification"
|
||||
priority = 1
|
||||
enable_control_port = false
|
||||
Loading…
Add table
Reference in a new issue