<p><br>
On Aug 7, 2012 11:07 AM, "rohan kasat" <<a href="mailto:meet.coolrohan@gmail.com">meet.coolrohan@gmail.com</a>> wrote:<br>
><br>
><br>
><br>
> I am a newbie. <br>
> 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 "arm-marvell-linux-gnueabi" <br>
><br>
><br>
> I followed the following steps with Tremor <br>
><br>
> 1.) ./configure --build=i686-pc-linux-gnu --host=arm-marvell-linux-gnueabi --target=arm-marvell-linux-gnueabi<br>
><br>
> 2.) make<br>
><br>
> 3.) i got ivorbisfile_example a binary , which runs on arm <br>
><br>
> 'm trying to produce a PCM output with ivorbisfile_example .<br>
> I just run the sample application with :<br>
> ./ivorbisfile_example test.ogg<br>
> And when I listen the pcm produced, it sounds like a wierd noise<br>
><br>
> 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>
><br>
> Any suggestions, why it giving some wierd sound while decoding it on arm ?<br>
><br>
> Please help , <br>
> <br>
> Regards, <br>
><br>
> Ronnie</p>
<p>You don'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>