Displaying 2 results from an estimated 2 matches for "6893d212".
Did you mean:
68937712
2008 Feb 13
0
Determine number of 20ms frames in packet - without decoding
...and Presence Consulting
http://www.SIPez.com
tel: +1 (617) 273-4000
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testenc.c
Type: application/octet-stream
Size: 4367 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20080214/6893d212/testenc.obj
2008 Feb 13
2
Determine number of 20ms frames in packet - without decoding
> Ok, here is cleaned up and fixed version.
>
> * Function is named speex_get_num_frames() now and return
> number of frames, as you suggested.
> * WB layers sizes are taken from wb_skip_table[], while NB frame
> sizes are calculated with speex_mode_query().
Looking better. Just make sure to remove the stuff that isn't
C99-compatible (e.g. // comments).
> I've