flacdec
flacdec decodes FLAC streams. FLAC is a Free Lossless Audio Codec.
Example launch line
gst-launch-1.0 filesrc location=media/small/dark.441-16-s.flac ! flacparse ! flacdec ! audioconvert ! audioresample ! autoaudiosink
gst-launch-1.0 souphttpsrc location=http://gstreamer.freedesktop.org/media/small/dark.441-16-s.flac ! flacparse ! flacdec ! audioconvert ! audioresample ! queue min-threshold-buffers=10 ! autoaudiosink
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstAudioDecoder ╰──flacdec
Factory details
Authors: – Tim-Philipp Müller
Classification: – Codec/Decoder/Audio
Rank – primary
Plugin – gstflac
Package – GStreamer Good Plug-ins
Pad Templates
sink
audio/x-flac:
framed: true
rate: [ 1, 655350 ]
channels: [ 1, 8 ]
src
audio/x-raw:
format: { S8, S16LE, S24_32LE, S32LE }
layout: interleaved
rate: [ 1, 655350 ]
channels: [ 1, 8 ]
Properties
min-latency
“min-latency” gint64
Aggregate output data to a minimum of latency time (ns)
Flags : Read / Write
Default value : 0
plc
“plc” gboolean
Perform packet loss concealment (if supported)
Flags : Read / Write
Default value : false
tolerance
“tolerance” gint64
Perfect ts while timestamp jitter/imperfection within tolerance (ns)
Flags : Read / Write
Default value : 0
The results of the search are