start of AVB support

This commit is contained in:
Wim Taymans 2022-03-07 20:24:46 +01:00
parent 957e3a7b38
commit 1adc94df11
10 changed files with 2050 additions and 0 deletions

View file

@ -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 = [