audio playback frequency in Hz
dsdl2.AudioFormat enumeration indicating the scalar type of each audio sample
channels for dsdl2.mixer.Chunk playback (1 for mono; 2 for stereo)
audio buffer size
name of the selected device
adds SDL_AUDIO_ALLOW_FREQUENCY_CHANGE flag
adds SDL_AUDIO_ALLOW_FORMAT_CHANGE flag
adds SDL_AUDIO_ALLOW_CHANNELS_CHANGE flag
adds SDL_AUDIO_ALLOW_SAMPLES_CHANGE flag (from SDL_mixer 2.0.9)
adds SDL_AUDIO_ALLOW_ANY_CHANGE flag
dsdl2.SDLException if failed to open the selected audio device
Wraps Mix_OpenAudioDevice (from SDL_mixer 2.0.2) which opens a selected audio device for playback by SDL_mixer