SDL_CloseAudio — Shuts down audio processing and closes the audio device.
#include "SDL.h"
void SDL_CloseAudio(
void)
This function shuts down audio processing and closes the audio device.
SDL_OpenAudio(3)
This manual page is taken from the SDL library, licensed under GNU LGPL.