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.

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 Sebastian Dröge <slomo@circular-chaos.org>
class Codec/Demuxer/Audio

Details

GstWavpackParse

typedef struct _GstWavpackParse GstWavpackParse;