ivorbisdec

ivorbisdec — decode raw vorbis streams to integer audio

Synopsis

                    GstIVorbisDec;

Description

This element decodes a Vorbis stream to raw int 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)

Synopsis

Element Information

plugin

tremor

author

Benjamin Otte <in7y118@public.uni-hamburg.de> Chris Lord <chris@openedhand.com>

class

Codec/Decoder/Audio

Element Pads

name

src

direction

source

presence

always

details

audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 6 ], endianness=(int)1234, width=(int)32, depth=(int)16, signed=(boolean)true

name

sink

direction

sink

presence

always

details

audio/x-vorbis

Details

GstIVorbisDec

typedef struct {
  GstElement            element;
} GstIVorbisDec;

Opaque data structure.

See Also

vorbisenc, oggdemux