//! Capture audio from the system and send it to a callback function.
//!
//! See [examples](https://github.com/aizcutei/ruhear/tree/main/examples) for usage.
pub use RUHear;
pub use RUHear;
// #[cfg(target_os = "macos")]
// mod cidre;
// #[cfg(target_os = "macos")]
// pub use cidre::RUHear;
pub type RUBuffers = ;