thank you for the help.<br><br> i tested a stereo  pcm file successfully, but the outputfile sounds terribly.<br>my project need small packet size, so i made the rate at 24kbps(celttest 44100 2 256 17 input.pcm output.pcm), <br>
the outputfile coded by aac at the same rate(24kbps) is much better in my hearing test.<br>i notice that the sample in the website is mono stream,it works good at  the 24kbps, does celt support low bit-rate stereo stream?(e.g 24kbps)   or i used the testcode in a wrong way again?<br>
<br><br><div class="gmail_quote">2010/8/1 Gregory Maxwell <span dir="ltr">&lt;<a href="mailto:gmaxwell@gmail.com">gmaxwell@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Sun, Aug 1, 2010 at 1:25 AM, Robby &lt;<a href="mailto:banban@gmail.com">banban@gmail.com</a>&gt; wrote:<br>
&gt; ok,i would asking something crazy,  i build a exe using /libcelt/testcelt.c<br>
&gt; in windows, for my test purpose and using this command<br>
&gt; testcelt 44100 2 256 46 input.wav output.wav<br>
&gt;<br>
&gt; but i can&#39;t find any audioplayer could open output.wav, could anyone tell me<br>
&gt; how using testcelt.c file to test wav format?<br>
<br>
<br>
</div>Testcelt.c works only on signed 16bit raw audio, not wav files.<br>
</blockquote></div><br>