wavpackparse

wavpackparse — Parses Wavpack files

Synopsis

                    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

1
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 {
  GstElement element;
} GstWavpackParse;