vorbisdec

vorbisdec

Types and Values

struct GstVorbisDec

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstAudioDecoder
                ╰── GstVorbisDec

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

1
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)

Functions

Types and Values

struct GstVorbisDec

struct GstVorbisDec;

Opaque data structure.

See Also

vorbisenc, oggdemux