Errors related to the audio stream manager
The audio stream is not currently connected
SDLAudioStreamManagerErrorNotConnected = -1
case notConnected = -1
Attempted to play but there’s no audio in the queue
SDLAudioStreamManagerErrorNoQueuedAudio = -2
case noQueuedAudio = -2