Hello, I think that the new Jitter Buffer have a problem. It works perfectly when I call the speex_jitter_put every 20ms (on my lan) but in other case (with big latency on Internet connexion), it doesn't works. The old version is OK in all cases. Hope it will helps. Thanks Ouss -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070317/d7159af8/attachment.html
> I think that the new Jitter Buffer have a problem. > > It works perfectly when I call the speex_jitter_put every 20ms (on my lan) > but in other case (with big latency on Internet connexion), it doesn't > works. > > The old version is OK in all cases. > > Hope it will helps.I recently made a few changes to the jitter buffer. Could you add a call to: jitter_buffer_update_delay() right after the call go jitter_buffer_get() Let me know if it doesn't work (and be more precise as to what doesn't work). Jean-Marc
I use the speex version of your jitter, and in speex_jitter_get, you always call the jitter_buffer_update_delay. -----Original Message----- From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca] Sent: dimanche 18 mars 2007 13:06 To: Ouss Cc: speex-dev@xiph.org Subject: Re: [Speex-dev] Problem with the svn jitter buffer> I think that the new Jitter Buffer have a problem. > > It works perfectly when I call the speex_jitter_put every 20ms (on my lan) > but in other case (with big latency on Internet connexion), it doesn't > works. > > The old version is OK in all cases. > > Hope it will helps.I recently made a few changes to the jitter buffer. Could you add a call to: jitter_buffer_update_delay() right after the call go jitter_buffer_get() Let me know if it doesn't work (and be more precise as to what doesn't work). Jean-Marc