mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
avb: implement streams
Add in input/output stream, setup the talker/listeners. Implement IEC61883 audio packets, send and receive data. Implement talker encoding. With this, audio can be sent and received from MOTU M64.
This commit is contained in:
parent
460cedbc86
commit
e0d6b2bb4f
15 changed files with 1083 additions and 94 deletions
|
|
@ -533,7 +533,8 @@ pipewire_module_avb = shared_library('pipewire-module-avb',
|
|||
'module-avb/mrp.c',
|
||||
'module-avb/msrp.c',
|
||||
'module-avb/mvrp.c',
|
||||
'module-avb/srp.c'
|
||||
'module-avb/srp.c',
|
||||
'module-avb/stream.c'
|
||||
],
|
||||
include_directories : [configinc],
|
||||
install : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue