bluez5: add LHDC V5 A2DP decoder

This commit is contained in:
anonymix007 2025-04-19 18:03:21 +03:00
parent a9ba34da23
commit f2b3b63f21
6 changed files with 318 additions and 20 deletions

View file

@ -32,6 +32,7 @@ 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,