Re: sdl_audio_callback: No Data.

2009-06-17 Thread pondlife
Hi David, Take a look at http://www.rockbox.org/tracker/task/10341 - I'd be interested to know if the patch there helps. pondlife

Re: sdl_audio_callback: No Data.

2009-06-17 Thread David Johnston
Take a look at http://www.rockbox.org/tracker/task/10341 - I'd be interested to know if the patch there helps. Yeah, that seems to fix the problem. The only weirdness is that your patch refers to an undefined function: dsp_timestretch_available(). I changed it to dsp_timestretch_enabled(),

Re: sdl_audio_callback: No Data.

2009-06-17 Thread David Johnston
The only weirdness is that your patch refers to an undefined function: dsp_timestretch_available(). I changed it to dsp_timestretch_enabled() Oh, I see now that I need to update my working copy. I didn't realize that some of the function names had changed. I gotta learn to update my source

Re: sdl_audio_callback: No Data.

2009-06-16 Thread Jeff Goode
FWIW, you get this same condition when the buffer plays until it's empty, e.g. when no more songs are in the playlist and the last samples are played. It does sound a lot like a buffer underrun to me. Jeff David Johnston wrote: sdl_audio_callback: No Data. Can anyone tell me what causes