Displaying 20 results from an estimated 10000 matches similar to: "Jitter buffer"
2004 Sep 07
2
Jitter buffer
Hmm, I tried... I completly understand an idea of jitter buffer
and I know there is a lot of kinds of this solution
(eg. AJB - Adaptive Jitter Buffer).
I simply want to know what type is used in speex codec and how could I
use that. What is the reason for using jitter buffer implemented in
speex against to my own (implemented at lower layer - transmission
layer - eg. rtp).
Kapul
On Tue, Sep
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 Sep 07
0
Jitter buffer
kapul@ai-bot.net wrote:
>Hello,
>
>I've only one question: how does a jitter buffer work?
>
>
>
Have you tried typing "jitter buffer" into google? Were the results
there not satisfactory?
-SteveK
2004 Dec 21
2
Jitter buffer
[sorry for the loss of proper attributions, this is from two messages]:
[Me]
>This is something I've encountered in trying to make a particular
> asterisk application handle properly IAX2 frames which contain either
> 20ms of 40ms of speex data. For a CBR case, where the bitrate is
> known, this is fairly easy to do, especially if the frames _do_ always
> end on byte
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
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:
2005 May 07
1
Setting the jitter buffer in AIX
Are these things possible?
1) Set the local Asterisk jitterbuffer size, but only for a particular
connection. I'd like to force Asterisk to use a particularly large
buffer in certain cases. Should I expect this to work?
[general]
jitterbuffer=no
register => username:password@parcelfarce.domain.net ;parcelfarce
register => username:password@iaxtel.com ;iaxtel
[parcelfarce]
2005 Jan 03
2
SIP Jitter buffer(control?)
I'm assuming asterisk does not have a SIP jitter buffer in place? Any
ideas on how to help with this going over a data T1 where VoIP is shared
with regular traffic? Problem is when people are downloading the voice
is jittery, even lossy.
Matt
2004 Jun 17
3
IAX Jitter Buffer
We have a customer who is connected to our PSTN gateway using IAX and
noticing that even when the traffic from their site is modest their outbound
audio has short dropouts. Inbound audio is fine. (They have ADSL so it is
expected that outbound audio would be the first to experience problems.)
We have several questions to pose to the collective wisdom of this list.
Q1: Are there any statistics
2005 Feb 12
2
Intermediary jitter buffering
Hello,
I understand that only the destination of a call should do jitter
buffering. So, if IAX2/PhoneA calls IAX2/PhoneB through my server (no
transfers), PhoneA and PhoneB need to perform their own jitter buffering,
and Asterisk will just forward the frames, correct?
What happens if the peer does not support jitter buffering, but is
close by so there's no need for jitter buffering? My
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
2007 Oct 11
2
Library split to be merged -- looking for a name
Hi everyone,
Judging from the lack of complaints about the split, I think I can go
safely forward with that. The only thing to decide is the name of the
new library that will contain the preprocessor, the AEC, jitter buffer,
and resampler. So far, I've got a few potential names:
- libspeaks
- libspeexproc
- libspeexvoip
- libspeech
- libspoke
Let me know (in private so as to not flood the
2004 Nov 14
1
Jitter buffer
Danny Chan wrote:
>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.
>
>
I believe it is adaptive, but no, I haven't used it, because it's
coupled only to the speex codec. We're working on a
2004 Nov 15
2
Jitter buffer
Jean-Marc Valin wrote:
>>I believe it is adaptive, but no, I haven'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
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
> Yes. Jean-Marc has made the API more similar.
>
> Jean-Marc: Have you looked at the API we have for the
> asterisk/iaxclient jitterbuffer?
Just did.
> It's pretty close to what you have now -- the major difference is that
> your jb still assumes it can "own" the data passed in -- it copies it,
> and it destroys it at will. With the API I put together,
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
On 5/3/06, Jean-Marc Valin <Jean-Marc.Valin@usherbrooke.ca> wrote:
> > I must say I really like the generalized jitter buffer though :) It's a
> > cleaner and more flexible implementation and can more easily be adjusted
> > to contain additional information with each packet.
This looks interesting to tie into asterisk's jb and plc code as well.
2007 Jul 07
2
Size in samples of a Speex packet
Hi,
Is there an easy way to get the size in samples of a Speex packet,
without decoding the packet?
If I receive a "narrowband packet" with
- Zero or more wideband frames (must be skipped apparently)
- Zero or more Speex inband requests
- Zero or more user inband requests
- One or more narrowband frames
I need to know how much samples the packet contains to calculate jitter
buffer
2007 Jul 08
1
Size in samples of a Speex packet
Hi Steve,
Steve Kann wrote:
> Chris Flerackers wrote:
>> Hi,
>>
>> Is there an easy way to get the size in samples of a Speex packet,
>> without decoding the packet?
>>
>> If I receive a "narrowband packet" with
>> - Zero or more wideband frames (must be skipped apparently)
>> - Zero or more Speex inband requests
>> - Zero or
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
> We just return a frame with the return value JB_DROP, which tells the
> caller to drop this frame, and call jb_get again.
>
> When the caller is done with the jitterbuffer, it calls jb_getall()
> repeatedly, until it's empty, and then it can discard all the frames.
Hmm, looks a bit error-prone to me. Especially considering I still have
to explain that "no, you
2007 Apr 13
1
PAP2T-NA Jitter Buffer
Hi Folks,
I know the PAP2T-NA has a jitterbuffer.... however, it seems to be adaptive,
which is fine for most situations... however, is there some way I can
either:
A) Specify how long it waits before it starts to shrink?
B) Specifiy a fixed sized jitterbuffer?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: