tinyaudio icon indicating copy to clipboard operation
tinyaudio copied to clipboard

Add error handling callback support

Open mrDIMAS opened this issue 2 years ago • 0 comments

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.

mrDIMAS avatar Mar 14 '23 18:03 mrDIMAS