mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
start of AVB support
This commit is contained in:
parent
957e3a7b38
commit
1adc94df11
10 changed files with 2050 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ context.spa-libs = {
|
|||
# that factory.
|
||||
#
|
||||
audio.convert.* = audioconvert/libspa-audioconvert
|
||||
avb.* = avb/libspa-avb
|
||||
api.alsa.* = alsa/libspa-alsa
|
||||
api.v4l2.* = v4l2/libspa-v4l2
|
||||
api.libcamera.* = libcamera/libspa-libcamera
|
||||
|
|
@ -235,6 +236,15 @@ context.objects = [
|
|||
# audio.position = "FL,FR"
|
||||
# }
|
||||
#}
|
||||
{ factory = adapter
|
||||
args = {
|
||||
factory.name = avb.pcm.sink
|
||||
node.name = AVB-sink
|
||||
node.description = "AVB Sink"
|
||||
media.class = "Audio/Sink"
|
||||
audio.channels = 8
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
context.exec = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue