celtdec

celtdec — decode celt streams to audio

Synopsis

                    GstCeltDec;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----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.

Details

GstCeltDec

typedef struct _GstCeltDec GstCeltDec;

See Also

celtenc, oggdemux