tinyaudio
tinyaudio copied to clipboard
Add error handling callback support
Having an optional error handling callback would be helpful to catch errors that comes from a playback thread. Currently, if there is any error in the thread, it the crate will just panic.