Skip to content

d-holguin/nannou-audio-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Audio Visualizer

This is a real-time audio visualizer I threw together in Rust using Nannou, rustfft, and Audrey. It does basic beat detection using spectral flux and reacts to both volume and frequency.

You can feed it an audio file or let it run off live input.

I tried to make the strings respond more to string-like tones, and the synthwave sun pulse with kicks and snares.

It’s not rhythmically perfect, but the visual pulse holds up.

Some audio files (like the example song) are sampled at 44100 Hz, but Nannou expects 48000 Hz by default, so playback might be slightly faster unless adjusted.

Youtube Demo Below

Rust Audio Visualizer Demo

Acknowledgments

  • Music in the demo video: "On the Run" by Timecop1983

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages