wavpackparse

wavpackparse — Parses Wavpack files

Synopsis

                    GstWavpackParse;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----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.

Details

GstWavpackParse

typedef struct _GstWavpackParse GstWavpackParse;