mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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:
parent
fe412784a4
commit
45ff965f33
4 changed files with 265 additions and 69 deletions
|
|
@ -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' ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue