mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
bluez5: add LC3plus A2DP vendor codec
Implement codec plugin for the LC3plus codec, supporting the LC3plus encoder/decoder from Fraunhofer.
This commit is contained in:
parent
d28394173a
commit
9e59a56894
7 changed files with 806 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ static int codec_order(const struct a2dp_codec *c)
|
|||
SPA_BLUETOOTH_AUDIO_CODEC_APTX_HD,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_APTX,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_AAC,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_LC3PLUS_HR,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_MPEG,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_SBC,
|
||||
SPA_BLUETOOTH_AUDIO_CODEC_SBC_XQ,
|
||||
|
|
@ -169,7 +170,8 @@ const struct a2dp_codec * const *load_a2dp_codecs(struct spa_plugin_loader *load
|
|||
A2DP_CODEC_FACTORY_LIB("aptx"),
|
||||
A2DP_CODEC_FACTORY_LIB("faststream"),
|
||||
A2DP_CODEC_FACTORY_LIB("ldac"),
|
||||
A2DP_CODEC_FACTORY_LIB("sbc")
|
||||
A2DP_CODEC_FACTORY_LIB("sbc"),
|
||||
A2DP_CODEC_FACTORY_LIB("lc3plus")
|
||||
#undef A2DP_CODEC_FACTORY_LIB
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue