search for: l677

Displaying 2 results from an estimated 2 matches for "l677".

Did you mean: 677
2008 Apr 21
3
Decoding multiple Speex frames
Hello, Could you please explain or send an example for decoding a packet that contains multiple Speex frames. According to the API document the speex_decode_int() decodes only one frame of speech. Best regards, Danny Peled R&D Software Engineer Intelligence Solutions NICE Systems Ltd. ISRAEL *+ (972) 9 769 7161 ? + (972) 54 4 602840 *Danny.Peled at nice.com <mailto:*Danny.Peled at
2008 Apr 21
0
Decoding multiple Speex frames
...t; > According to the API document the speex_decode_int() decodes only one frame > of speech. the frames are just concatenated together in an Ogg Speex packet. Simply call speex_decode_int() in a loop, nframes times, like in speexdec: https://trac.xiph.org/browser/trunk/speex/src/speexdec.c#L677 cheers, Conrad.