Expand description

Communication between Kira and a low-level audio API.

Structs

A backend that does not connect to any lower-level audio APIs, but allows manually calling Renderer::on_start_processing and Renderer::process.

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

Collects resources that have been discarded by a Renderer to be deallocated at an appropriate time.

Traits

Connects a Renderer to a lower level audio API.