Muvi
- 3 Devlogs
- 8 Total hours
A music visualizer that can be your desktop background! It'll capture sounds being played by the computer and display them in real time. I'm making this for unfold, but also posting it here.
A music visualizer that can be your desktop background! It'll capture sounds being played by the computer and display them in real time. I'm making this for unfold, but also posting it here.
First thing I’m working on is the audio loopback,
grabbing the sound going to the speakers.
Since I’m doing this in rust, I’m using the cpal library, which is kinda annoying ngl
It seems to support most os so hopefully I won’t have to deal with that myself.
I think I have a working setup, but we’ll have to see