Displaying 2 results from an estimated 2 matches for "jb_frame".
Did you mean:
eh_frame
2006 May 03
0
New jitter.c, bug in speex_jitter_get?
...ular, it's designed to be able to buffer and reorder frames
(things) which aren't audio -- like video and control frames.
> Another
> comment is that I think it's not a good idea to expose the jb
> structs in
> the header file.
Yeah, that's just laziness. struct jb_frame needs to be defined, as
does the struct which passes in the settings jb_conf, IIRC. The rest
should/could be made private in jitterbuf.c.
>
>> Here's that API:
>> http://svn.sourceforge.net/viewcvs.cgi/iaxclient/trunk/iaxclient/
>> lib/jitterbuf.h?view=markup&re...
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,