mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
bluez5: add FastStream codec
A2DP codec that uses SBC. Has a duplex channel, which sends an SBC stream back.
This commit is contained in:
parent
c628975a75
commit
e08cdf27d5
7 changed files with 624 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ endif
|
|||
bluez5_sources = ['plugin.c',
|
||||
'a2dp-codecs.c',
|
||||
'a2dp-codec-sbc.c',
|
||||
'a2dp-codec-faststream.c',
|
||||
'a2dp-sink.c',
|
||||
'a2dp-source.c',
|
||||
'sco-sink.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue