<div>Thanks Jean-Marc,</div>
<div>&nbsp;</div>
<div>I have a few more questions for clarification... I sent the function a pointer to 160 (short) samples, i.e. instead of float input[160], i declared short input[160].&nbsp;Then I sent input (a short pointer now right?) to speex_encode_int. was this wrong? could you tell me explicitly which parts of sampleenc i was supposed to modify / add to?
</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Also, if instead of using the above method I define FIXED_POINT then use speex_encode(), the floats will be converted to fixed point right? would that have the same net result as using speex_encode_int? <br><br>&nbsp;</div>

<div><span class="gmail_quote">On 10/17/05, <b class="gmail_sendername">Jean-Marc Valin</b> &lt;<a href="mailto:Jean-Marc.Valin@usherbrooke.ca">Jean-Marc.Valin@usherbrooke.ca</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">You need to send a short *pointer* (to 160 samples), not a short.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jean-Marc<br><br>Le lundi 17 octobre 2005 à 15:02 +0800, Mo Win a écrit :
<br>&gt; Hi,<br>&gt;<br>&gt; I'm using speex 1.1.10 and writing a program similar to sampleenc. I<br>&gt; need to use the fixed point library as I'm eventually porting to ARM<br>&gt; processor but I encountered a problem with speex_encode_int(), which I
<br>&gt; used in place of speex_encode(). I gave it a short instead of a float<br>&gt; (manual says it takes a short for the audio - 2nd parameter) but the<br>&gt; compiler says it could not convert the short [160] to __int16? same
<br>&gt; error if I feed it a float (which I know I'm not supposed to do<br>&gt; anyway). Any ideas what could be wrong?<br>&gt;<br>&gt;<br>&gt; Thank you very much,<br>&gt; Monica<br>&gt; _______________________________________________
<br>&gt; Speex-dev mailing list<br>&gt; <a href="mailto:Speex-dev@xiph.org">Speex-dev@xiph.org</a><br>&gt; <a href="http://lists.xiph.org/mailman/listinfo/speex-dev">http://lists.xiph.org/mailman/listinfo/speex-dev</a><br>
<br></blockquote></div><br>