mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 03:28:02 +02:00
src: config: add bluez5 endpoint files
This commit is contained in:
parent
3add067254
commit
74eee35e6f
2 changed files with 22 additions and 0 deletions
13
src/config/04-bluez5-audio-sink.endpoint
Normal file
13
src/config/04-bluez5-audio-sink.endpoint
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[match-node]
|
||||
properties = [
|
||||
{ name = "media.class", value = "Audio/Sink" },
|
||||
{ name = "device.api", value = "bluez5" },
|
||||
]
|
||||
|
||||
[endpoint]
|
||||
session = "audio"
|
||||
type = "si-adapter"
|
||||
streams = "audio-sink.streams"
|
||||
|
||||
[endpoint.config]
|
||||
enable-monitor = true
|
||||
9
src/config/04-bluez5-audio-source.endpoint
Normal file
9
src/config/04-bluez5-audio-source.endpoint
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[match-node]
|
||||
properties = [
|
||||
{ name = "media.class", value = "Audio/Source" },
|
||||
{ name = "device.api", value = "bluez5" },
|
||||
]
|
||||
|
||||
[endpoint]
|
||||
session = "audio"
|
||||
type = "si-adapter"
|
||||
Loading…
Add table
Reference in a new issue