mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
1865c87ec6
lc3enc: - encodes raw audio into lc3 format - uses the default bitrate property and frame duration from the caps to determine the byte count of the encoded frames if it is not specified in the downstream caps after negotiation - uses the same byte count value for all the channels - all the common session configuration parameters are passed in the src caps lc3dec: - decodes an lc3 encoded audio - sink caps should contain all the common session configuration params - uses frame_duration and frame_bytes (byte count) in the sink caps as parameters along with sample rate and channel count - byte count is same for all the channels Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4376>
79 lines
1.3 KiB
Meson
79 lines
1.3 KiB
Meson
subdir('aes')
|
|
subdir('assrender')
|
|
subdir('aom')
|
|
subdir('avtp')
|
|
subdir('bs2b')
|
|
subdir('bz2')
|
|
subdir('chromaprint')
|
|
subdir('closedcaption')
|
|
subdir('codec2json')
|
|
subdir('colormanagement')
|
|
subdir('curl')
|
|
subdir('dash')
|
|
subdir('dc1394')
|
|
subdir('directfb')
|
|
subdir('dtls')
|
|
subdir('dts')
|
|
subdir('faac')
|
|
subdir('faad')
|
|
subdir('fdkaac')
|
|
subdir('flite')
|
|
subdir('fluidsynth')
|
|
subdir('gme')
|
|
subdir('gs')
|
|
subdir('gsm')
|
|
subdir('gtk')
|
|
subdir('hls')
|
|
subdir('iqa')
|
|
subdir('isac')
|
|
subdir('kate')
|
|
subdir('ladspa')
|
|
subdir('lc3')
|
|
subdir('ldac')
|
|
subdir('libde265')
|
|
subdir('lv2')
|
|
subdir('mdns')
|
|
subdir('modplug')
|
|
subdir('mpeg2enc')
|
|
subdir('mplex')
|
|
subdir('musepack')
|
|
subdir('neon')
|
|
subdir('onnx')
|
|
subdir('openal')
|
|
subdir('openaptx')
|
|
subdir('opencv')
|
|
subdir('openexr')
|
|
subdir('openh264')
|
|
subdir('openjpeg')
|
|
subdir('openmpt')
|
|
subdir('openni2')
|
|
subdir('opus')
|
|
subdir('qroverlay')
|
|
subdir('qt6d3d11')
|
|
subdir('resindvd')
|
|
subdir('rsvg')
|
|
subdir('rtmp')
|
|
subdir('sbc')
|
|
subdir('sctp')
|
|
subdir('smoothstreaming')
|
|
subdir('sndfile')
|
|
subdir('soundtouch')
|
|
subdir('spandsp')
|
|
subdir('srt')
|
|
subdir('srtp')
|
|
subdir('svtav1')
|
|
subdir('svthevcenc')
|
|
subdir('teletextdec')
|
|
subdir('ttml')
|
|
subdir('voaacenc')
|
|
subdir('voamrwbenc')
|
|
subdir('vulkan')
|
|
subdir('wayland')
|
|
subdir('webrtc')
|
|
subdir('webrtcdsp')
|
|
subdir('webp')
|
|
subdir('wildmidi')
|
|
subdir('wpe')
|
|
subdir('x265')
|
|
subdir('zxing')
|
|
subdir('zbar')
|