bluez5: add FastStream codec

A2DP codec that uses SBC.  Has a duplex channel, which sends an SBC
stream back.
This commit is contained in:
Pauli Virtanen 2021-08-20 01:18:50 +03:00 committed by Wim Taymans
parent c628975a75
commit e08cdf27d5
7 changed files with 624 additions and 1 deletions

View file

@ -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',