extern crate cpal;
extern crate uni_app;
pub use *;
/// error produced when creating the [`SoundDriver`]
/// You must provide a struct implementing this trait to the driver.
///
/// This is what generates the samples to be send to the audio output.