Displaying 1 result from an estimated 1 matches for "voidspeex_jitter_get".
2009 Apr 22
0
Error in manual and a suggestion
There is an error in the manual as it is now on p.39
(speex-manual.pdf)?under the speex specific jitter buffer.
The error was also a part of the code untill resently (I downloaded it a
few weeks ago with the error)
?
The error was (in the code) in the function: voidspeex_jitter_get(,,)
where the packet.len was not set to 2048. So actually there should just
be inserted the statement: packet.len = 2048;
?
This has been done in the code, but is not reflected in the manual.
?
?
Another thing is if I may and that is to suggest a functionallity to the
speex specific jitter buffer w...