rust-audio-experiments

Audio visualization in Rust

Stars
0

🔉 Audio & Short-Time Fourier Transforms

This project experiments with calculation and visualizations of STFTs in Rust. Here is a spectral visualization of the beginning of the song Waiting for a Train:

To run the application, execute:

cargo run --release

Bucket list

  • Implement an example with multiple overlaid frequencies.
  • Implement simple audio generation example.
  • Implement different windowing functions.
  • Implement Add audio file o a frequency sweep to better visualize the STFT.
  • Map microphone input to the display.