mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: Add G722 codec for ASHA
For documentation on ASHA, see https://source.android.com/docs/core/connect/bluetooth/asha
This commit is contained in:
parent
6a5f2bbd1f
commit
41d099a580
9 changed files with 319 additions and 3 deletions
|
|
@ -89,6 +89,9 @@ if get_option('spa-plugins').allowed()
|
|||
summary({'ModemManager': mm_dep.found()}, bool_yn: true, section: 'Bluetooth backends')
|
||||
endif
|
||||
cdata.set('HAVE_LC3', get_option('bluez5-codec-lc3').allowed() and lc3_dep.found())
|
||||
g722_codec_option = get_option('bluez5-codec-g722')
|
||||
summary({'G722': g722_codec_option.allowed()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||
cdata.set('HAVE_G722', g722_codec_option.allowed())
|
||||
endif
|
||||
|
||||
have_vulkan = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue