mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-29 06:46:38 -04:00
bluez5: add AAC-ELD vendor codec used by Airpods
Add AAC-ELD vendor codec. This is based on the documentation by Sa Xiao: Link: https://github.com/wasdwasd0105/PicoW-usb2bt-audio/blob/main/aac-eld-apple.md
This commit is contained in:
parent
0f8d5c6e57
commit
f06f0db31b
8 changed files with 901 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ static int codec_order(const struct media_codec *c)
|
|||
SPA_BLUETOOTH_AUDIO_CODEC_OPUS_05_DUPLEX,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_OPUS_05_PRO,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_AAC_ELD,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_AAC_ELD_A,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_G722,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_LC3_SWB,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_LC3_A127,
|
||||
|
|
@ -181,6 +182,7 @@ const struct media_codec * const *load_media_codecs(struct spa_plugin_loader *lo
|
|||
#define MEDIA_CODEC_FACTORY_LIB(basename) \
|
||||
{ MEDIA_CODEC_FACTORY_NAME(basename), MEDIA_CODEC_LIB_BASE basename }
|
||||
MEDIA_CODEC_FACTORY_LIB("aac"),
|
||||
MEDIA_CODEC_FACTORY_LIB("aac-eld-a"),
|
||||
MEDIA_CODEC_FACTORY_LIB("aptx"),
|
||||
MEDIA_CODEC_FACTORY_LIB("faststream"),
|
||||
MEDIA_CODEC_FACTORY_LIB("ldac"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue