//! Backends handle the device and OS specific logic for outputting audio.
//!//! See comments on [Renderer][crate::manager::Renderer] for how to implement
//! a new backend which can be done in this crate or in a separate crate.
#[cfg(feature ="cpal")]modcpal_backend;#[cfg(feature ="cpal")]pubusecpal_backend::*;