n 1/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
What is the difference in buffer size? What should I do to fix this issue?
have you written your own callback to process the WAV file? if so, make sure that you use the 'frameSize' variable to determine how many frames need to be writtten to the buffer. it is common that you may request 1024 frames, but actually must process 2048. -- // Aaron Ardiri -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
