<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style="COLOR: #000000; FONT-FAMILY: Arial" bgColor=#c0c0c0><LABEL 
id=HbSession SessionId="3348736482"></LABEL>
<DIV><FONT size=2><FONT size=3>&gt; It's used to implement RTSP 'trick play' 
support (i.e, fast forward, <BR>&gt; reverse play) when a RTSP server is 
streaming from a WAV audio file.<BR>&gt; <BR>&gt; E.g., to stream a file at 2x 
the normal speed, "fScaleFactor" is set to 2, <BR>&gt; which causes every second 
audio sample to be read (instead of every audio <BR>&gt; sample - the normal 
case).&nbsp; If "fScaleFactor" is set to -1, then every <BR>&gt; sample is read, 
but in reverse.<BR>&gt; </FONT><BR></FONT></DIV>
<DIV><FONT size=2>Pretty clear. Thanks.</FONT></DIV>
<DIV><FONT size=2><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV>&gt; <BR>&gt; &gt;I'm trying to write my own WAVAudioFileSource.<BR>&gt; 
<BR>&gt; What's wrong with the one you have? :-)<BR>&gt; </DIV>
<DIV><BR><FONT size=2>Nothing wrong with original </FONT><FONT 
size=3>WAVAudioFileSource. I just rewrite it to get better understanding with 
debugging info, like what is the value of "fLastPlayTime" at running, 
etc.</FONT></DIV>
<P></P></BODY></HTML>