mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -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
|
|
@ -31,8 +31,8 @@
|
|||
#define AVB_TSN_ETH 0x22f0
|
||||
#define AVB_MAAP_MAC { 0x91, 0xe0, 0xf0, 0x00, 0xff, 0x00 };
|
||||
|
||||
#define AVB_MAAP_MESSAGE_TYPE_PROBE 1
|
||||
#define AVB_MAAP_MESSAGE_TYPE_DEFEND 2
|
||||
#define AVB_MAAP_MESSAGE_TYPE_PROBE 1
|
||||
#define AVB_MAAP_MESSAGE_TYPE_DEFEND 2
|
||||
#define AVB_MAAP_MESSAGE_TYPE_ANNOUNCE 3
|
||||
|
||||
struct avb_packet_maap {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue