mulawdec

mulawdec — Convert 8bit mu law to 16bit PCM

Synopsis

                    GstMuLawDec;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstMuLawDec

Description

This element decodes mulaw audio. Mulaw coding is also known as G.711.

Synopsis

Element Information

plugin mulaw
author Zaheer Abbas Merali <zaheerabbas at merali dot org>
class Codec/Decoder/Audio

Element Pads

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

Details

GstMuLawDec

typedef struct _GstMuLawDec GstMuLawDec;