pub type DefaultBackend = CpalBackend;Available on crate feature
cpal only.Expand description
The default backend used by AudioManagers.
If the cpal feature is enabled, this will be the cpal backend. Otherwise,
it will be the mock backend.
Aliased Typeยง
pub struct DefaultBackend { /* private fields */ }