doron jacoby
2011-Apr-03 21:19 UTC
[CELT-dev] How much buffer to use in the receiver side?
Hi, I am about to start using CELT for streaming audio over the net. i assume that i better have some buffering in the receiver side to overcome small jitter in the network. but my application very sensitive to delay. can anyone advise about it? i am using windows for both sender and receiver side. thanks, Doron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20110404/5db7b2a7/attachment-0002.htm
Gregory Maxwell
2011-Apr-03 22:02 UTC
[CELT-dev] How much buffer to use in the receiver side?
On Sun, Apr 3, 2011 at 5:19 PM, doron jacoby <doron.jacoby at gmail.com> wrote:> Hi, > I am about to start using CELT for streaming audio over the net. > > i assume that i better have some buffering in the receiver side to overcome > small jitter in the network. but my application very sensitive to delay. > > can anyone advise about it? i am using windows for both sender and receiver > side.You should be using an adaptive jitter buffer which adjusts the buffering depending on the network conditions. There is one included with the speexdsp library in the latest versions of libspeex.