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.