wavparse

wavparse — Parse a .wav file into raw audio

Synopsis

                    GstWavParse;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstWavParse

Description

Parse a .wav file into raw or compressed audio.

Wavparse supports both push and pull mode operations, making it possible to stream from a network source.

Example launch line

gst-launch filesrc location=sine.wav ! wavparse ! audioconvert ! alsasink
Read a wav file and output to the soundcard using the ALSA element. The wav file is assumed to contain raw uncompressed samples.
gst-launch gnomevfssrc location=http://www.example.org/sine.wav ! queue ! wavparse ! audioconvert ! alsasink
Stream data from a network url.

Last reviewed on 2007-02-14 (0.10.6)

Details

GstWavParse

typedef struct _GstWavParse GstWavParse;

Opaque data structure.