bluez5: support LC3-SWB in SCO sink/source

Add support for LC3-SWB encoding/decoding.

Tested on Pixel Buds Pro.
This commit is contained in:
Pauli Virtanen 2024-01-22 20:48:29 +02:00 committed by Wim Taymans
parent fe412784a4
commit 45ff965f33
4 changed files with 265 additions and 69 deletions

View file

@ -67,6 +67,10 @@ if get_option('bluez5-backend-hsphfpd').allowed()
bluez5_sources += ['backend-hsphfpd.c']
endif
if get_option('bluez5-codec-lc3').allowed() and lc3_dep.found()
bluez5_deps += lc3_dep
endif
# The library uses GObject, and cannot be unloaded
bluez5_link_args = [ '-Wl,-z', '-Wl,nodelete' ]