Codec Processing

We already mention that analog audio is turned into packets for VoIP transmission. This transmission of packet is called codec. Codec stands for `compressor-decompressor'.

Reducing bandwidth consumption is a major task handled in VoIP communication. Your digitized voice may require huge space (bits or bytes) for transmission over internet. The solution is compressing the digitized data into a compact format or smaller size.
 
Think about the song you use to listen on your mp3 player. MP3 is a compressed format of original audio or song file. But, this mp3 is very good to listen to, compared to huge pure audio files. That’s why to store more song in your device memory, you listen mp3 songs.
 
Codec task of VoIP do the same thing, it compress your digitized voice by using proper compression algorithm. This compressed data is sent over the network and once it reaches Media Gateway Controller server; the softswitch convert the voice from one codec to the other if it’s needed.
 
Suppose your call has buzzed on a softswitch server and it needs to be routed to a UK based media gateway which does not support or understand your voice codec. The softswitch will translate the voice codec to a supported codec of UK media gateway before routing. Like different audio codec ex. mp3, wma; there are several codec used by VoIP:
Codec Name
Bandwidth (Kbps)
Description
G.711
64
Delivers High quality speech transmission
G. 722
48/56/64
Adaptable with network congestion
G.723.1
5.3 0r 6.3
High compression with high quality
G.726
16/24/32/40
Improved version before G.723.1
G.729
8
For optimized bandwidth utilization
iLBC
15
Deliver less Packet loss

 

Copyright © 2011, All right reserved by Synchronous ®.