ext: Add LDAC encoder
authorSanchayan Maity <sanchayan@asymptotic.io>
Fri, 18 Sep 2020 12:05:24 +0000 (17:35 +0530)
committerSanchayan Maity <sanchayan@asymptotic.io>
Wed, 11 Nov 2020 16:46:43 +0000 (22:16 +0530)
commita576814553fb03be319ce1369d8fd73b3026f930
tree8ce6995e1bd203c733c7d949efbe3746e4a29128
parent7cec64499d85f60465c4590b1241d8701afcbe92
ext: Add LDAC encoder

LDAC is an audio coding technology developed by Sony that enables the
transmission of High-Resolution (Hi-Res) audio contents over Bluetooth.

Currently Adaptive Bit Rate (ABR) as supported by libldac encoder is not
implemented.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1621>
ext/ldac/gstldacenc.c [new file with mode: 0644]
ext/ldac/gstldacenc.h [new file with mode: 0644]
ext/ldac/ldac-plugin.c [new file with mode: 0644]
ext/ldac/meson.build [new file with mode: 0644]
ext/meson.build
meson_options.txt