<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; I find in our libary that 
the&nbsp;preferred&nbsp;frame size of PCM audio sourc&nbsp;is&nbsp;close to 20 
ms both from file or audio input device.</FONT></DIV>
<DIV><FONT size=2>I want to know why we choose 20ms size and dont choose bigger 
size?</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; in my program, i&nbsp;need capture audio 
data from a particular audio input device through parallel port and stream it. 
The program is that for the particular of the&nbsp;device,&nbsp;i only can get 
the audio data from paralle port wait for&nbsp;every 500ms time, one time get 
500ms data. so i want to&nbsp;set the frame size of 500ms 
in&nbsp;doGetNextFrame() function.&nbsp;</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; I think&nbsp;streaming 500ms size per 
frame&nbsp;also&nbsp;can be fluencily. but the test fact is that the realplayer 
can recive and play fluencily but the quicktime player couldnt play 
the&nbsp;audio fluencily.&nbsp;What is the reason?&nbsp;</FONT>&nbsp;<FONT 
size=2>is the cache buffer in quicktime player too small to receive a 500ms size 
data one time?&nbsp;</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; need your help! 
3x</FONT></DIV></BODY></HTML>