[sdlsound] SDL_Sound Win32 sample ?

Ryan C. Gordon icculus at clutteredmind.org
Tue Oct 1 22:16:25 EDT 2002


> Now, I'm trying now to make it more Windows friendly. That is,
> I'm trying to use a timer callback for reading data instead of
> the, for example, sdl_desired.callback.
> SDL_OpenAudio fails with a NULL callback, however, and WM_TIMER
> callbacks don't quit fit the sdl_desired world.

The callback is running in a separate thread; do you really need to use a
timer event?

--ryan.






More information about the sdlsound mailing list