search for: sjjitter

Displaying 3 results from an estimated 3 matches for "sjjitter".

Did you mean: jitter
2006 Mar 21
2
Who is using the jitter buffer?
Oh, I forgot to mention one thing. I currently append a few bits of custom information to each speex packet which I fetch out with things like speex_bits_unpack_unsigned(&sjJitter.current_packet, 1); It would be very usefull if the jitter buffer didn't actually decode the packet, but instead returned a pointer to it (or NULL if you should play silence and -1 if you should repeat the last packet again). If you're making a more generic API, it would also be benefic...
2006 Mar 21
0
Who is using the jitter buffer?
...understand better. -- Shantanu --- Thorvald Natvig <speex@natvig.com> wrote: > > Oh, I forgot to mention one thing. I currently > append a few bits of custom > information to each speex packet which I fetch out > with > things like > speex_bits_unpack_unsigned(&sjJitter.current_packet, > 1); > > It would be very usefull if the jitter buffer didn't > actually decode the > packet, but instead returned a pointer to it (or > NULL if you should play > silence and -1 if you should repeat the last packet > again). > > If you're m...
2006 Mar 19
3
Who is using the jitter buffer?
Hi, I'd like know about anyone using the current jitter buffer in Speex. I'm planning on changing it to make it more general and I'd like some feedback about how to make it better. Also, let me know if you're doing anything serious with it and want to make sure I don't break your stuff. Basically, I want to make the jitter buffer easier to use with other codecs and reduce the