SDL_sound 1.0.0 released!

SDL_sound 1.0.0 is now available.

The details, API reference, mailing list instructions, and downloads can
be found at:

 http://icculus.org/SDL_sound/

Thanks to everyone that made this possible. You know who you are. :slight_smile:

–ryan.

does sdl_sound cooperate with sdl_mixer ?

-----Urspr?ngliche Nachricht-----Von: sdl-admin at libsdl.org [mailto:sdl-admin at libsdl.org] Im Auftrag von
Ryan C. Gordon
Gesendet: Mittwoch, 9. Oktober 2002 18:30
An: sdl at libsdl.org
Cc: sdlsound at icculus.org
Betreff: [SDL] SDL_sound 1.0.0 released!

SDL_sound 1.0.0 is now available.

The details, API reference, mailing list instructions, and downloads can
be found at:

 http://icculus.org/SDL_sound/

Thanks to everyone that made this possible. You know who you are. :slight_smile:

–ryan.


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

does sdl_sound cooperate with sdl_mixer ?

Sooner or later, it’ll be the backend for SDL_mixer, but you can decode a
sound fully through SDL_sound and then give the decoded buffer to
Mix_Quickload_RAW().

–ryan.