amrwbdec

amrwbdec — Adaptive Multi-Rate Wideband audio decoder

Synopsis

                    GstAmrwbDec;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstAmrwbDec

Description

AMR wideband decoder based on the opencore codec implementation.

Example launch line

gst-launch filesrc location=abc.amr ! amrparse ! amrwbdec ! audioresample ! audioconvert ! alsasink

Synopsis

Element Information

plugin

amrwbdec

author

Renato Araujo <renato.filho@indt.org.br>

class

Codec/Decoder/Audio

Element Pads

name

src

direction

source

presence

always

details

audio/x-raw-int, width=(int)16, depth=(int)16, signed=(boolean)true, endianness=(int)1234, rate=(int)16000, channels=(int)1

name

sink

direction

sink

presence

always

details

audio/AMR-WB, rate=(int)16000, channels=(int)1

Details

GstAmrwbDec

typedef struct _GstAmrwbDec GstAmrwbDec;

Opaque data structure.

See Also

#GstAmrwbEnc