<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=big5">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>A problem about use mplayer to play mp3 on arm .</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi,all :</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I use mplayer to play mp3 in my computer is smoothly.</FONT>
<BR><FONT SIZE=2 FACE="Arial">Then i cross-compile mplayer to arm platform.</FONT>
<BR><FONT SIZE=2 FACE="Arial">But the sound is queer when i play mp3 with libmad decoder.</FONT>
<BR><FONT SIZE=2 FACE="Arial">The same syllable will be repeat at several times.</FONT>
<BR><FONT SIZE=2 FACE="Arial">After checking the problem, i get the point.</FONT>
<BR><FONT SIZE=2 FACE="Arial">i add the debug of output in myplayer.c to see what it is running.(see below)</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in my computer&nbsp;&nbsp;&nbsp; in arm platform</FONT>
<BR><FONT SIZE=2 FACE="Arial">--------------------------------------------------------------------------------</FONT>
<BR><FONT SIZE=2 FACE="Arial">play size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16384&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 512</FONT>
<BR><FONT SIZE=2 FACE="Arial">play size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 512</FONT>
<BR><FONT SIZE=2 FACE="Arial">play size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 512</FONT>
<BR><FONT SIZE=2 FACE="Arial">play size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 512</FONT>
<BR><FONT SIZE=2 FACE="Arial">play size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 512</FONT>
<BR><FONT SIZE=2 FACE="Arial">play size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16384&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 512</FONT>
<BR><FONT SIZE=2 FACE="Arial">.</FONT>
<BR><FONT SIZE=2 FACE="Arial">.</FONT>
<BR><FONT SIZE=2 FACE="Arial">( and so on )</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">The &quot;play size&quot; value is get from audio_out -&gt; get_space(); ( in line 1967 )</FONT>
<BR><FONT SIZE=2 FACE="Arial">It seem to doesn't return the zero in arm platform.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Besides, is there any other reason which may result in the problem?</FONT>
<BR><FONT SIZE=2 FACE="Arial">Any help is appreciated.</FONT>
</P>

</BODY>
</HTML>