vorbisdec
vorbisdec — a decoder that decodes Vorbis to raw audio
|
|
Description
This element decodes a Vorbis stream to raw float audio.
Vorbis is a royalty-free
audio codec maintained by the Xiph.org
Foundation.
Example pipelines
gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! alsasink
Decode an Ogg/Vorbis. To create an Ogg/Vorbis file refer to the documentation of vorbisenc.
Last reviewed on 2006-03-01 (0.10.4)
Element Information
plugin
vorbis
vorbis
vorbisauthorBenjamin Otte <in7y118@public.uni-hamburg.de>Benjamin Otte <in7y118@public.uni-hamburg.de>
classCodec/Decoder/AudioCodec/Decoder/Audio
plugin |
vorbis
|
author |
Benjamin Otte <in7y118@public.uni-hamburg.de> |
class |
Codec/Decoder/Audio |
Details
GstVorbisDec
typedef struct _GstVorbisDec GstVorbisDec;
Opaque data structure.
See Also
vorbisenc, oggdemux