Music in rust with tunes
crates.io·1d·
Discuss: r/rust
Flag this post

Hello everyone. I made a crate for making music with Rust. It's called tunes.

https://crates.io/crates/tunes

I accidentally made tunes while trying to create an audio engine for the game I'm building. Tunes initially started as just an audio synthesis project to make basic sounds. After having fun making a few funny sounds, I quickly realized that I wanted to create procedural, algorithmic sounds. I've always loved music and leaned into classical music theory a bit. I wanted something that could help me make the sounds I wanted, when I wanted, like an instrument. It turned into ~35k lines of code/docs/tests/examples.

There are a lot of things in here:

An ergonomic builder...

Similar Posts

Loading similar posts...