mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
bluez5: add AAC-ELD codec
This commit is contained in:
parent
c3327742cc
commit
79ee1eaff0
6 changed files with 88 additions and 22 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue