Use this function to unlock the audio callback function for a specified device.
void SDL_UnlockAudioDevice(SDL_AudioDeviceID dev);
This function should be paired with a previous SDL_LockAudioDevice() call.
This function is available since SDL 2.0.0.
CategoryAPI