wavpackparse
wavpackparse — Parses Wavpack files
|
|
Object Hierarchy
GObject
+----GstObject
+----GstOsxAudioSink
+----GstWavpackParse
Description
Example launch line
WavpackParse takes raw, unframed Wavpack streams and splits them into
single Wavpack chunks with information like bit depth and the position
in the stream.
Wavpack is an open-source
audio codec that features both lossless and lossy encoding.
gst-launch filesrc location=test.wv ! wavpackparse ! wavpackdec ! fakesink
This pipeline decodes the Wavpack file test.wv into raw audio buffers.
Element Information
plugin |
wavpack
|
author |
Arwed v. Merkatz <v.merkatz@gmx.net>, Sebastian Dröge <slomo@circular-chaos.org> |
class |
Codec/Demuxer/Audio |
Details
GstWavpackParse
typedef struct _GstWavpackParse GstWavpackParse;