login | register
Fri 04 of Jul, 2008 [01:27 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.
 
Google Ads
Shoutbox
  • Samuel, Thu 03 of Jul, 2008 [13:41 UTC]: ok thank you
  • Mats Karlsson, Thu 03 of Jul, 2008 [13:37 UTC]: Nice Samuel, will look forward to rad it.
  • bwl_fernstudent, Thu 03 of Jul, 2008 [09:08 UTC]: Your blog shows some usefull code
  • Samuel, Thu 03 of Jul, 2008 [08:04 UTC]: I'll translate it, for sure
  • Mats Karlsson, Wed 02 of Jul, 2008 [20:46 UTC]: LOL, in french! Translate it to English and I will read it.
  • Samuel, Wed 02 of Jul, 2008 [08:07 UTC]: Hello, i wrote a blog about Asterisk, speaking about installation,programming and more http://sambranche.blogspot.com/
  • Nick Barnes, Tue 01 of Jul, 2008 [17:46 UTC]: Steve - Asterisk doesn't 'fit into linux' - it's an application which runs on top of Linux.
  • Steve, Mon 30 of Jun, 2008 [18:07 UTC]: anyone know where I can find a block diagram of how asterisk fits into linux. my f'ing bosses want me to draw something up.. ugh.
  • akbar, Fri 27 of Jun, 2008 [10:37 UTC]: marley_boyz@yahoo.com how to configure call forward, call back, call pick up using TDM and asterisk 1.2.13... please help me.. thx...
  • Matthew Williams, Tue 24 of Jun, 2008 [22:37 UTC]: We are looking for Tier II VoIP Support Technicians in St Louis. Send resumes to mwilliams AT voxitas DOT com.
Server Stats
  • Execution time: 0.48s
  • Memory usage: 2.25MB
  • Database queries: 36
  • GZIP: Disabled
  • Server load: 0.82

Codecs

Codecs are used to convert an analog voice signal to digitally encoded version. Codecs vary in the sound quality, the bandwidth required, the computational requirements, etc.

Each service, program, phone, gateway, etc typically supports several different codecs, and when talking to each other, negotiate which codec they will use.

As an example, a Cisco ATA-186 supports these codecs:
  G.723.1, G.711a, G.711u, G.729a
As an example, a Cisco 7960 supports (Firmware P0S3-06-0-00):
  G.711a, G.711u, G.729a

Some codecs require payment of royalities for their use in a product or program. See Codec Patents for more information.


  • GIPS Family - 13.3 Kbps and up
  • GSM - 13 Kbps (full rate), 20ms frame size
  • iLBC - 15Kbps,20ms frame size: 13.3 Kbps, 30ms frame size
  • ITU G.711 - 64 Kbps, sample-based Also known as alaw/ulaw
  • ITU G.722 - 48/56/64 Kbps ADPCM 7Khz audio bandwidth
  • ITU G.722.1 - 24/32 Kbps 7Khz audio bandwidth (based on Polycom's SIREN codec)
  • ITU G.722.1C - 32 Kbps, a Polycom extension, 14Khz audio bandwidth
  • ITU G.722.2 - 6.6Kbps to 23.85Kbps. Also known as AMR-WB. CELP 7Khz audio bandwidth
  • ITU G.723.1 - 5.3/6.3 Kbps, 30ms frame size
  • ITU G.726 - 16/24/32/40 Kbps
  • ITU G.728 - 16 Kbps
  • ITU G.729 - 8 Kbps, 10ms frame size
  • Speex - 2.15 to 44.2 Kbps
  • LPC10 - 2.5 Kbps
  • DoD CELP - 4.8 Kbps

Some tables comparing different codecs:

Tables showing which VoIP clients support which codecs

Audio Examples of different Codecs

A Portal for all types of Software codecs (Audio, Video, Image & Speech)

News

  • 2004-12-07 - SPIRIT Offers Ip-Multi Rate - Next Generation VoIP Codec; Dedicated IP-Multi Rate Codec Provides FM-Radio Speech Quality in IP Networks Businesswire
  • 2005-05-09 - Free online codec conversion tool available at asteriskguru.com.

Some potentially useful info:

Keep in mind the link layer framing that is used as well. ATM (what most of the internet backbones use) has 53 byte fixed cells. There are 5 bytes of headers. Only one packet can exist in a group of cells (a group is 1 or more cell until the whole packet is sent). This means that if you try to send a 80 byte IP packet over an ATM link it will be chopped into 2 ATM cells with 16 bytes of padding. This is only 83% efficient. By adjusing your sample size you may find that your throughput can be increased because you transfer more useful data and less padding. Make your sample size too small and you have a lot of IP overhead, make it too large and it can cause problems with call quality (think of a 30ms jitter buffer and 30ms sample sizes, in effect you have no jitter buffer because packets cant be reordered, jitter cant be controlled, etc). Its a fine balance, but something to consider. Even if you dont use ATM the internet backbones often do, so this is something that may make slightly faster transfers and better network efficiency. DSL, E1, T1, SMDS, OC1, OC3, OC12 etc generally all use ATM, so its quite common.


See also


Created by admin, Last modification by Keanu on Fri 11 of Apr, 2008 [04:36 UTC]

Comments Filter

I am so new to Linux its not even funny

by David on Friday 15 of December, 2006 [16:00:06 UTC]
First of all this is a great location for information but I am LOST. I am looking for instructions on installing codecs on the Asterisk PBX I some how was able to install without a problem. I want to run GSM and G729 codecs and I understand that G729 has issues for licensing. I got a site from these pages with a list of the codes but I cannot (GET) them. Here is a list of what I need

1. How to download, install and configure the system to see the codecs.


I am down to a hand full of hair on my head, if some one does not rescue me I might start pulling other peoples hair out !! :-)

Thanks
David

Which Codec for which network?

by Ray on Friday 09 of December, 2005 [16:22:35 UTC]
I have seen a lot of work about the characterisation of Codecs in terms of bandwidth utilisation, but has there any work been done on the suitability of different codecs based on network SLA parameters. For example, bandwidth on a broadband Internet connection is essentially free up to ~512K per second, so bandwidth efficiency of one call in a truly distributed switched environment is probably not at all interesting for an end user. However, latency is more likely to be a problem.... everyone says "you have to be careful," but I have not seen any recommendations except that end to end latency should not exceed 250mS. That is not particularly useful advice.

I'd like to see a table or graph of different codec performance versus Mean Opinion Score (MOS) score for different values of:
minimum link bandwidth
network latency
jitter
packet loss

Then you could predict whether it is interesting to run voip to a particular location on a quality versus the cost decision.

Anyone?

by Ray on Friday 09 of December, 2005 [15:51:26 UTC]

by Ray on Friday 09 of December, 2005 [15:48:29 UTC]

What CODEC

by omar on Monday 24 of October, 2005 [15:28:38 UTC]
From my voice provider I have to choose a codec g.726, and I need to know what g.726 codec I am using.
How can I know if I am using
g.726 - 40
g.726 - 32
g.726 - 16
etc.
or ASTERISK only support g.726 - 32
Edit

Codec support by VoIP clients

by Anonymous on Monday 15 of November, 2004 [05:53:47 UTC]
An attempt to show which soft-phones and hardware support which codecs (additions to the table are welcome): http://compare.ozvoip.com/codecsupport.php

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2008 VOIP-Info.org LLC

Powered by bitweaver