<p><br>
On Aug 7, 2012 11:07 AM, &quot;rohan kasat&quot; &lt;<a href="mailto:meet.coolrohan@gmail.com">meet.coolrohan@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I am a newbie. <br>
&gt; I have svn checked out from <a href="http://svn.xiph.org/trunk/Tremor/">http://svn.xiph.org/trunk/Tremor/</a>  and i want to use it with my arm tool chain &quot;arm-marvell-linux-gnueabi&quot; <br>
&gt;<br>
&gt;<br>
&gt; I followed the following steps with Tremor <br>
&gt;<br>
&gt; 1.) ./configure --build=i686-pc-linux-gnu --host=arm-marvell-linux-gnueabi --target=arm-marvell-linux-gnueabi<br>
&gt;<br>
&gt; 2.) make<br>
&gt;<br>
&gt; 3.) i got ivorbisfile_example a binary , which runs on arm <br>
&gt;<br>
&gt; &#39;m trying to produce a PCM output with ivorbisfile_example .<br>
&gt; I just run the sample application with :<br>
&gt; ./ivorbisfile_example test.ogg<br>
&gt; And when I listen the pcm produced, it sounds like a wierd noise<br>
&gt;<br>
&gt; when i use the configure it for desktop ( as target) then , the ivorbisfike_example binary which i get , was able to convert to PCM and also the PCM file played good. <br>
&gt;<br>
&gt; Any suggestions, why it giving some wierd sound while decoding it on arm ?<br>
&gt;<br>
&gt; Please help , <br>
&gt;  <br>
&gt; Regards, <br>
&gt;<br>
&gt; Ronnie</p>
<p>You don&#39;t say which platform you used to listen to the resulting pcm output, but most likely you have an endian issue and need to byteswap before rendering to audio device.<br>
</p>