Crate sonant

source ·
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) - Allow std::error::Error. Disable default features to use sonant in a no_std environment.

Structs§

  • A Song contains a list of up to 8 Instruments and defines the sample length for each row (in the tracker).
  • The main struct for audio synthesis.

Enums§