search for: pboro

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

Did you mean: lboro
2007 Jun 26
0
number of samples in input_frame
...xed length source you must pad the last frame with 0 valued samples.<br> <br> speexenc / speexdec should provide the sample could you need I guess.<br> <br> //JT<br> <br> Thomas Leigh wrote: <blockquote cite="mid12A126661AA6AA468150E23D0A0DFB090F535E@crm.pboro.oak" type="cite"> <meta http-equiv="Content-Type" content="text/html; "> <meta name="Generator" content="Microsoft Word 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face &nbsp&nbsp&am...
2007 Jun 26
2
number of samples in input_frame
Hi all Sorry if this is a dumb question: does the input_frame passed to speex_encode_int *have* to be frame_size samples long? e.g., If I only have 100 samples left to encode (which is less than the frame_size of 160 samples), can I just use an array that contains 100 samples, or do I need to create an array containing the 100 "real" samples plus 60 null samples at the end?