wavpackparse

wavpackparse — Parses Wavpack files

Synopsis




                    GstWavpackParse;

Object Hierarchy


  GObject
   +----GstObject
         +----GstOsxAudioSink
               +----GstWavpackParse

Description

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.

Example launch line

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;