/rust-synth

An attempt to make a music synthesizer in Rust.

Primary LanguageRustOtherNOASSERTION

This is an attempt to make a music synthesizer in Rust.

Currently it can synthesize sine, square, triangle, and sawtooth waves. Using these waveforms, it can play scales, as well as some of the songs from the piano book I (Atul Varma) am learning from.

Quick start

cargo run -- --help

License

Everything in this repository that isn't provided by a third party is licensed under CC0 1.0 Universal (public domain).