Module backend
Available on crate feature
dep_kira
only.Expand description
Communication between Kira and a low-level audio API.
Modules§
- Plays audio using cpal.
- Useful for testing and benchmarking.
Structs§
- Produces
Frame
s of audio data to be consumed by a low-level audio API.
Traits§
- Connects a
Renderer
to a lower level audio API.
Type Aliases§
- The default backend used by
AudioManager
s.