Typemusic takes in an wav file to your music path and then plays the music each time you type and loops it over again. It is built in Rust using Cpal, hound and rdev.
Used github copilot for helping out with rust code
Typemusic takes in an wav file to your music path and then plays the music each time you type and loops it over again. It is built in Rust using Cpal, hound and rdev.
Used github copilot for helping out with rust code
I built an Music player that plays when you type. you input an WAV file and then it plays the next music slice when you type. I built it using rust! The hardest part was knowing when a keyboard stroke happened and then making it play the next music slice.
It now fully works. was a very short project since github copilot was a lot of help. Anyways you input the file (WAV format!) and then it plays the next slice of the music on every keyboard stroke. this was a very fun project to build. Hope you like it
Log in to leave a comment