devela::_dep::kira::backend

Type Alias DefaultBackend

pub type DefaultBackend = CpalBackend;
Available on crate feature dep_kira 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ยง

struct DefaultBackend { /* private fields */ }