D enum that wraps SDL_AudioFormat defining scalar type per audio sample
D enum that wraps SDL_AUDIO_* status enumerations
Wraps SDL_CloseAudio which closes the default audio device
Acts as SDL_GetNumAudioDevices(0) and SDL_GetAudioDeviceName(..., 0) which return a name list of available non-capturing audio devices
Wraps SDL_GetNumAudioDrivers and SDL_GetAudioDriver which return a list of available audio drivers
Wraps SDL_GetAudioStatus which returns the current status of the default audio device
Acts as SDL_GetNumAudioDevices(1) and SDL_GetAudioDeviceName(..., 1) which return a name list of available capturing audio devices
Wraps SDL_GetCurrentAudioDriver which returns the current audio driver
Wraps SDL_AudioInit which initializes the audio subsystem while specifying the audio driver used
Wraps SDL_LockAudio which locks the default audio device
Wraps SDL_OpenAudio which opens the default audio device
Wraps SDL_PauseAudio which pauses the default audio device
Wraps SDL_AudioQuit which quits the audio subsystem
Acts as SDL_PauseAudio(0) which resumes the default audio device
Wraps SDL_UnlockAudio which unlocks the default audio device
Alias to SDL_MIX_MAXVOLUME