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

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.

Synopsis

Element Information

plugin celt
author Sebastian Dröge <sebastian.droege@collabora.co.uk>
class Codec/Decoder/Audio

Element Pads

name sink
direction sink
presence always
details audio/x-celt
name src
direction source
presence always
details audio/x-raw-int, rate=(int)[ 32000, 64000 ], channels=(int)[ 1, 2 ], endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16

Details

GstCeltDec

typedef struct _GstCeltDec GstCeltDec;

See Also

celtenc, oggdemux