speed

speed — Set speed/pitch on audio/raw streams (resampler)

Synopsis

struct              GstSpeed;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstSpeed

Properties

  "speed"                    gfloat                : Read / Write / Construct

Description

Plays an audio stream at a different speed (by resampling the audio).

Do not use this element. Either use the 'pitch' element, or do a seek with a non-1.0 rate parameter, this will have the same effect as using the speed element (but relies on the decoder/demuxer to handle this correctly, also requires a fairly up-to-date gst-plugins-base, as of February 2007).

Example launch line

1
2
3
4