Sound & Thread - SDL_Sound?

Hi !

I found SDL_Sound who seams to be thread safe (to call sounds from a thread).
But the challenge here is to find the documentation.
Is someone know where I can find it ?

Thanks,

Talie

Hi,
You will find here the SDL_Sound documentation (On the “Global” link):
http://icculus.org/SDL_sound/docs/html/
Have Fun.–
Thomas Lecomte
@Thomas_Lecomte

Talie wrote:

Hi !

I found SDL_Sound who seams to be thread safe (to call sounds from a thread).
But the challenge here is to find the documentation.
Is someone know where I can find it ?

Thanks,

Talie


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

I found SDL_Sound who seams to be thread safe (to call sounds from a thread).
But the challenge here is to find the documentation.
Is someone know where I can find it ?

SDL_sound only decodes audio files for playing, but doesn’t play them
itself, and thus might not be what you’re looking for (SDL_sound 2.0
will do that, but it hasn’t been written yet).

The documentation is here, though:

http://icculus.org/SDL_sound/docs/html/

(The meat of it is the “Globals” link at the top of the page.)

–ryan.