wavparse

wavparse — Parse a .wav file into raw audio

Synopsis

struct              GstWavParse;

Object Hierarchy

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

Properties

  "ignore-length"            gboolean              : Read / Write

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

1
2
3
4