Audio_stereo

Um, where did the AUDIO_STEREO flag go in the newest CVS version??

/dev—
// David E. Vandewalle |Weinberg’s Law: If builders built
// vandewal at skyblue.com | buildings the way programmers wrote
// david.e.vandewalle at lmco.com | programs, then the first woodpecker that
// | came along would destroy civilization.

Um, where did the AUDIO_STEREO flag go in the newest CVS version??

Whenever there is an API change, it’s noted in the “WhatsNew” file.

    The AUDIO_STEREO format flag has been replaced with a new 'channels'
    member of the SDL_AudioSpec structure.  The channels are 1 for mono
    audio, and 2 for stereo audio.  In the future more channels may be
    supported for 3D surround sound.

See ya!
-Sam Lantinga (slouken at devolution.com)–
Author of Simple DirectMedia Layer -
http://www.devolution.com/~slouken/SDL/