search for: ast_format_g729a

Displaying 5 results from an estimated 5 matches for "ast_format_g729a".

2004 Aug 31
2
Asterisk codecs and packet size
Does anybody knows if it's posible or if there is some develoment in course to be able to use longer transmit packet sizes (as long as I know this is fixed in 20ms now) with the compressed voip codecs in asterisk (g729, g726, gsm, etc). I need to use asterisk to connect remote sip clients with 24kb bandwidth lines and I'm using a licences g729 codec but because I can't increase
2003 Aug 22
10
Intresting.. hrm
And it runs linux. http://www.zip4x4.com/ZIP4x4.htm Anyone seen one? bkw
2006 Mar 28
4
RTP frame size location?
Google has given me too many responses, so I'll ask the list: Where in the Asterisk rtp source code can I find the default millisecond frame size? I've looked around for obvious pointers, but it's not clear. I'd like to "force" my Asterisk server to use a certain frame size all the time. (Of course, ideally I'd like to prefer or even force that frame size in a
2004 Dec 21
2
Jitter buffer
...samples = 240 /* XXX Not necessarily true XXX */; break; case AST_FORMAT_ILBC: samples = 240 * (f->datalen / 50); break; case AST_FORMAT_GSM: samples = 160 * (f->datalen / 33); break; case AST_FORMAT_G729A: samples = 160 * (f->datalen / 20); break; [...] } In this case, though, chan_iax2.c doesn't necessarily know if the speex codec is loaded.. And later, it might also be useful to have an API which takes a bunch of SpeexBits, and gives the caller a way to s...
2004 Nov 17
3
Jitter buffer
Jean-Marc Valin wrote: >>Heh. I guess after playing with different jitter buffers long enough, >>I've realized that there's always situations that you haven't properly >>accounted for when designing one. >> >> > >For example? :-) > > I have a bunch of examples listed on the wiki page where I had written initial specifications: