mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
bluez5: Add LC3 codec support to LE Audio BAP
By default this codec is disabled as the BlueZ support for LE Audio is still experimental.
This commit is contained in:
parent
fd0bcb1699
commit
201fd7755d
9 changed files with 820 additions and 3 deletions
|
|
@ -64,6 +64,8 @@ if get_option('spa-plugins').allowed()
|
|||
summary({'LC3plus': lc3plus_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||
opus_dep = dependency('opus', required : get_option('bluez5-codec-opus'))
|
||||
summary({'Opus': opus_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||
lc3_dep = dependency('lc3', required : get_option('bluez5-codec-lc3'))
|
||||
summary({'LC3': lc3_dep.found()}, bool_yn: true, section: 'Bluetooth audio codecs')
|
||||
endif
|
||||
avcodec_dep = dependency('libavcodec', required: get_option('ffmpeg'))
|
||||
jack_dep = dependency('jack', version : '>= 1.9.10', required: get_option('jack'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue