speexdec

speexdec — decode speex streams to audio

Synopsis

struct              GstSpeexDec;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstSpeexDec

Properties

  "enh"                      gboolean              : Read / Write

Description

This element decodes a Speex stream to raw integer audio. Speex is a royalty-free audio codec maintained by the Xiph.org Foundation.

Example pipelines

1
gst-launch -v filesrc location=speex.ogg ! oggdemux ! speexdec ! audioconvert ! audioresample ! alsasink
Decode an Ogg/Speex file. To create an Ogg/Speex file refer to the documentation of speexenc.

Last reviewed on 2006-04-05 (0.10.2)

Synopsis

Element Information

plugin

speex

author

Wim Taymans <wim@fluendo.com>

class

Codec/Decoder/Audio

Element Pads

name

sink

direction

sink

presence

always

details

audio/x-speex

name

src

direction

source

presence

always

details

audio/x-raw-int, rate=(int)[ 6000, 48000 ], channels=(int)[ 1, 2 ], endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16

Details

struct GstSpeexDec

struct GstSpeexDec;

Property Details

The "enh" property

  "enh"                      gboolean              : Read / Write

Enable perceptual enhancement.

Default value: TRUE

See Also

speexenc, oggdemux