Unlock an audio stream for serialized access.
This unlocks an audio stream after a call to SDL_LockAudioStream.
the audio stream to unlock.
true on success or false on failure; call SDL_GetError() for more information.
Threadsafety: You should only call this from the same thread that previously called SDL_LockAudioStream.
SDL_LockAudioStream
See Implementation
Unlock an audio stream for serialized access.
This unlocks an audio stream after a call to SDL_LockAudioStream.