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

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

Details

GstAmrwbDec

typedef struct _GstAmrwbDec GstAmrwbDec;

Opaque data structure.

See Also

GstAmrwbEnc