| speexdecspeexdec — decode speex streams to audio |  | 
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
 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
GstSpeexDec
typedef struct _GstSpeexDec GstSpeexDec;
 
 
Property Details
The "enh" property
  "enh"                      gboolean              : Read / Write
Enable perceptual enhancement.
Default value: TRUE
 
 
See Also
speexenc, oggdemux