SDL_CloseAudio (3) Linux Manual Page
SDL_CloseAudio – Shuts down audio processing and closes the audio device.
Synopsis
#include "SDL.h"
void SDL_CloseAudio(void)
Description
This function shuts down audio processing and closes the audio device.
See Also
SDL_OpenAudio
