search for: 20jitterbuffer

Displaying 6 results from an estimated 6 matches for "20jitterbuffer".

2004 Nov 14
1
Jitter buffer
...#39;t used it, because it's coupled only to the speex codec. We're working on a generic application and codec-independent jitter buffer algorithm, for use in asterisk and iaxclient (at least). Some information is available at http://www.voip-info.org/tiki-index.php?page=Asterisk%20new%20jitterbuffer -SteveK >Thank you all. > > > >Regards, > >Danny Chan > >-----Original Message----- >From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On >Behalf Of Jean-Marc Valin >Sent: Tuesday, September 07, 2004 11:32 PM >To: Steve Kann >Cc: spee...
2004 Nov 10
2
Jitter buffer
Hi Jean and Steve, Can you tell me whether the jitter filter / buffer is adaptive type, I saw the description of speex_jitter.h say it is "adaptive", anyone of the group has implemented it and confirm it. Thank you all. Regards, Danny Chan -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Jean-Marc Valin Sent: Tuesday,
2004 Nov 10
0
Jitter buffer
...it's > coupled only to the speex codec. We're working on a generic > application and codec-independent jitter buffer algorithm, for use in > asterisk and iaxclient (at least). Some information is available at > http://www.voip-info.org/tiki-index.php?page=Asterisk%20new% > 20jitterbuffer Yes, this jitter buffer is adaptive. There are still some improvements left to do (e.g. making sure packets are dropped/interpolated during silent periods), but it's already working good. As for being Speex-dependent, I'd say yes and no. It calls speex_decode, which is a Speex "virt...
2004 Nov 17
3
Jitter buffer
...tuations 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: http://www.voip-info.org/tiki-index.php?page=Asterisk%20new%20jitterbuffer In particular, (I'm not really sure, because I don't thorougly understand it yet) I don't think your jitterbuffer handles: DTX: discontinuous transmission. clock skew: (see discussion, though) shrink buffer length quickly during silence >>I think the only difficult part here t...
2004 Nov 15
2
Jitter buffer
...gt;coupled only to the speex codec. We're working on a generic >>application and codec-independent jitter buffer algorithm, for use in >>asterisk and iaxclient (at least). Some information is available at >>http://www.voip-info.org/tiki-index.php?page=Asterisk%20new% >>20jitterbuffer >> >> > >Yes, this jitter buffer is adaptive. There are still some improvements >left to do (e.g. making sure packets are dropped/interpolated during >silent periods), but it's already working good. > >As for being Speex-dependent, I'd say yes and no. It c...
2004 Nov 16
2
Jitter buffer
Jean-Marc Valin wrote: >>OK, I'm actually about ready to start working on this now. >> >>If people in the speex community are interested in working with me on >>this, I can probably start with the speex buffer, but I imagine >>there's going to be a lot more work needed to get this where I'd like >>it to go. >> >> > >And where