mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
bluez5: add spa_bt_iso_io that does the low-level part for ISO
Add factored out helper for ISO socket I/O. ISO sockets need synchronization of writes and audio position for different stream fds in the same isochronous group, and it's easier to separate out the part that coordinates it.
This commit is contained in:
parent
0ed124f0fb
commit
cec050ac25
5 changed files with 494 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ bluez5_sources = [
|
|||
'sco-sink.c',
|
||||
'sco-source.c',
|
||||
'sco-io.c',
|
||||
'iso-io.c',
|
||||
'quirks.c',
|
||||
'player.c',
|
||||
'bluez5-device.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue