Module mock

Available on crate feature dep_kira only.
Expand description

Useful for testing and benchmarking.

Structs§

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