speexdec

speexdec — decode speex streams to audio

Synopsis

                    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

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)

Details

GstSpeexDec

typedef struct _GstSpeexDec GstSpeexDec;

Property Details

The "enh" property

  "enh"                      gboolean              : Read / Write

Enable perceptual enhancement.

Default value: TRUE

See Also

speexenc, oggdemux