celtdec

celtdec

Types and Values

struct GstCeltDec

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstAudioDecoder
                ╰── GstCeltDec

Description

This element decodes a CELT stream to raw integer audio.

Example pipelines

1
gst-launch -v filesrc location=celt.ogg ! oggdemux ! celtdec ! audioconvert ! audioresample ! alsasink
Decode an Ogg/Celt file. To create an Ogg/Celt file refer to the documentation of celtenc.

Functions

Types and Values

struct GstCeltDec

struct GstCeltDec;

See Also

celtenc, oggdemux