Re-exports§
pub use engine::AudioEngine;pub use engine::EngineHandle;pub use preset::Preset;pub use preset::PresetKind;pub use track::Track;pub use track::TrackParams;
Modules§
- engine
- cpal output stream wiring.
- preset
- Preset = a stereo audio graph parameterised by
TrackParams+GlobalParams. - track
- Track = one voice in the mix.