[SDL] (no subject)
Ryan C. Gordon
icculus at icculus.org
Fri Jun 15 07:27:50 PDT 2007
> thanks. How about SDL_sound?
> http://icculus.org/SDL_sound/docs/html/SDL__sound_8h.html
I've heard good things about the author. :)
SDL_sound only decodes file formats, so you can stream data,
uncompressing it as needed...it doesn't do any playback by itself
(although the planned 2.0 API will, it doesn't exist yet).
You can use it as a complement to SDL, but it might not do what you want.
--ryan.
More information about the SDL
mailing list