Expand description
A Rust port of the Sonant 4K synth with streaming support.
Sonant (C) 2008-2009 Jake Taylor [ Ferris / Youth Uprising ]
§Crate features
std
(default) - Allowstd::error::Error
. Disable default features to usesonant
in ano_std
environment.
Structs§
- Song
- A
Song
contains a list of up to 8Instruments
and defines the sample length for each row (in the tracker). - Synth
- The main struct for audio synthesis.
Enums§
- Error
- Possible errors.