grail_rs/
lib.rs

1#![no_std]
2#![forbid(unsafe_code)]
3
4// The main file the synth is in
5// first, define some constants
6
7// Here's how it will work
8// synthesizer iterator to generate sound
9// jitter iterator to add randomness to the frequencies
10// sequencer iterator to blend phonemes
11// intonator to add intonation
12// transcriber to transcribe between text and phoneme
13// parser to parse text and handle potential commands