Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Am I able to just call SDL_Init(SDL_INIT_AUDIO); to initialize the audio and DUMB is good to go, or do I have to set the SDL_AudioSpec parameters and call SDL_OpenAudio(parameter1,parameter2);?

DUMB's documentation only mentions initializing sound with Allegro by calling install_sound(DIGI_AUTODETECT, MIDI_NONE, NULL);, but since I've never used Allegro, I'm not sure if that's the equivalent to calling SDL_Init(SDL_INIT_AUDIO); or not.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.