On Sat, 27 Dec 2003 06:40:08, Abhishek Tomar, Noida writes:
>> I am facing a problem of getting callbacks at a faster rate than the Audio
>> data.This generates gaps in my audio stream.The stream plays in breaks.
>> 
>> Is there any parameter using which i can control the frequency of
>> callbacks.My stream callback is implemented in 68K code.
>>  
>> Please guide.

Over the long term, sampled sound callbacks will occur at the rate at
which samples need to be delivered to the audio D/A, divided by the buffer
length.  If you lower the sample rate, the callbacks should occur less
frequently.  Or you could use a native ARM callback to generate
samples more rapidly.


IMHO. YMMV.

Ron Nicholson
HotPaw Productions
 http://www.hotpaw.com/rhn/palm 

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to