bluez5: add AAC-ELD codec

This commit is contained in:
Adam Marcus 2024-01-21 17:09:27 +00:00 committed by Wim Taymans
parent c3327742cc
commit 79ee1eaff0
6 changed files with 88 additions and 22 deletions

View file

@ -3167,6 +3167,7 @@ int64_t spa_bt_transport_get_delay_nsec(struct spa_bt_transport *t)
return 150 * SPA_NSEC_PER_MSEC;
case SPA_BLUETOOTH_AUDIO_CODEC_LDAC:
return 175 * SPA_NSEC_PER_MSEC;
case SPA_BLUETOOTH_AUDIO_CODEC_AAC_ELD:
case SPA_BLUETOOTH_AUDIO_CODEC_APTX_LL:
case SPA_BLUETOOTH_AUDIO_CODEC_APTX_LL_DUPLEX:
case SPA_BLUETOOTH_AUDIO_CODEC_FASTSTREAM: