Use this function to unlock the audio callback function for a specified device.
Defined in SDL_audio.h
void SDL_UnlockAudioDevice(SDL_AudioDeviceID dev);
SDL_AudioDeviceID | dev | the ID of the device to be unlocked. |
This function should be paired with a previous SDL_LockAudioDevice() call.
This function is available since SDL 2.0.0.