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.

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

Last reviewed on 2006-03-03 (0.10.3)

Element Information

plugin wavparse
author Erik Walthinsen <omega@cse.ogi.edu>
class Codec/Demuxer/Audio

Details

GstWavParse

typedef struct _GstWavParse GstWavParse;

Opaque data structure.