Crate pointillism
source ·Modules
- Structures that generate signals, be they envelope or audio data.
Structs
- Represents a frequency.
- Represents an amount of time.
Constants
- Pitch for the base note A4.
- The number of channels in the output file. Only 1 and 2 are supported.
- The sample rate for the audio file, in samples per second.
- The specification for the output file.
Traits
- An abstract trait for a structure representing a function
X → Y. - An abstract trait for a structure representing a function taking
&mut XandY.