tinyaudio
tinyaudio copied to clipboard
TinyAudio is a cross-platform audio output library
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...
It would be nice to have iOS example (something similar to existing Android example).
If i were to put a output device params as something like this ``` let out_device_params = OutputDeviceParameters { sample_rate: 44000 channels_count: 2, channel_sample_count: 1, }; ``` it would work...
Hi, I know it's stated in the readme that this isn't supported, but I wonder if it may be possible to implement it under a feature level (such as `device_enumeration`)...