mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-09 10:06:25 -05:00
Merge branch 'lhdc' into 'master'
Draft: bluez5: add LHDC V3 A2DP vendor codec See merge request pipewire/pipewire!1786
This commit is contained in:
commit
ffecdbe660
8 changed files with 1097 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ static int codec_order(const struct media_codec *c)
|
|||
{
|
||||
static const enum spa_bluetooth_audio_codec order[] = {
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_LC3,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_LHDC_V5,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_LHDC_V3,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_LDAC,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_APTX_HD,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_APTX,
|
||||
|
|
@ -184,6 +186,7 @@ const struct media_codec * const *load_media_codecs(struct spa_plugin_loader *lo
|
|||
MEDIA_CODEC_FACTORY_LIB("aptx"),
|
||||
MEDIA_CODEC_FACTORY_LIB("faststream"),
|
||||
MEDIA_CODEC_FACTORY_LIB("ldac"),
|
||||
MEDIA_CODEC_FACTORY_LIB("lhdc"),
|
||||
MEDIA_CODEC_FACTORY_LIB("sbc"),
|
||||
MEDIA_CODEC_FACTORY_LIB("lc3plus"),
|
||||
MEDIA_CODEC_FACTORY_LIB("opus"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue