[FFmpeg-devel] [PATCH 1/2] avcodec/liblc3: Add encoding/decoding support of LC3 audio codec
Stefano Sabatini
stefasab at gmail.com
Tue Apr 2 20:56:42 EEST 2024
On date Friday 2024-03-29 17:30:30 +0000, ffmpeg-devel Mailing List wrote:
> The LC3 audio codec is the default codec of Bluetooth LE audio.
> This is a wrapper over the liblc3 library (https://github.com/google/liblc3).
>
> Signed-off-by: Antoine Soulier <asoulier at google.com>
> ---
> Changelog | 4 +
> configure | 6 ++
> doc/encoders.texi | 57 ++++++++++++
> doc/general_contents.texi | 11 ++-
> libavcodec/Makefile | 2 +
> libavcodec/allcodecs.c | 2 +
> libavcodec/codec_desc.c | 7 ++
> libavcodec/codec_id.h | 1 +
> libavcodec/liblc3dec.c | 141 ++++++++++++++++++++++++++++
> libavcodec/liblc3enc.c | 190 ++++++++++++++++++++++++++++++++++++++
> 10 files changed, 420 insertions(+), 1 deletion(-)
> create mode 100644 libavcodec/liblc3dec.c
> create mode 100644 libavcodec/liblc3enc.c
I don't see pending comments for this patch, so I'll apply it in
one/two days if I see no more comments.
Thanks.
More information about the ffmpeg-devel
mailing list