SDL Audio example

Hi! I am writing a sdl application, and I encountered some problems when it
comes to the audio…
I can’t understand very well how sdl handles audio: where can I found some
examples? (I have already read the documentation on libsdl.org).
Thank you in advance.

It is probably because it use callback,
continue to look at the source examples on libsdl.org.
Jocelyn.
“Jack Burton” a ?crit dans le message news:
mailman.1007453162.2099.sdl at libsdl.org

Hi! I am writing a sdl application, and I encountered some problems when
it> comes to the audio…
I can’t understand very well how sdl handles audio: where can I found some
examples? (I have already read the documentation on libsdl.org).
Thank you in advance.

look at this page…

http://kekkai.org/roger/sdl/mixer/index.html

Hope it helps you. (it helped me a lot),
Gaetan.

http://kekkai.org/roger/sdl/

Have fun.

JakobOn Mon, Dec 03, 2001 at 03:45:27PM +0100, Jack Burton wrote:

Hi! I am writing a sdl application, and I encountered some problems when it
comes to the audio…
I can’t understand very well how sdl handles audio: where can I found some
examples? (I have already read the documentation on libsdl.org).
Thank you in advance.

Hi! I am writing a sdl application, and I encountered some problems when it
comes to the audio…
I can’t understand very well how sdl handles audio: where can I found some
examples? (I have already read the documentation on libsdl.org).
Thank you in advance.

http://cvs.icculus.org/horde/chora/co.php/test/playsound.c?rt=SDL_sound&r=1.10

–ryan.

Thank you all guys!