Module backend

Available on crate feature dep_kira only.
Expand description

Communication between Kira and a low-level audio API.

Modules§

cpal
Plays audio using cpal.
mock
Useful for testing and benchmarking.

Structs§

Renderer
Produces Frames of audio data to be consumed by a low-level audio API.

Traits§

Backend
Connects a Renderer to a lower level audio API.

Type Aliases§

DefaultBackend
The default backend used by AudioManagers.