Use this function to shut down audio if you initialized it with SDL_AudioInit().
Defined in SDL_audio.h
void SDL_AudioQuit(void);
This function is used internally, and should not be used unless you have a specific need to specify the audio driver you want to use. You should normally use SDL_Quit() or SDL_QuitSubSystem().
This function is available since SDL 2.0.0.