toolness / rust-synth

An attempt to make a music synthesizer in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

An attempt to make a music synthesizer in Rust.

License:Other


Languages

Language:Rust 100.0%