Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunsided/rust-audio-experiments
Audio visualization in Rust
https://github.com/sunsided/rust-audio-experiments
audio rust short-time-fourier-transform signal-analysis signal-processing sound sound-processing
Last synced: 19 days ago
JSON representation
Audio visualization in Rust
- Host: GitHub
- URL: https://github.com/sunsided/rust-audio-experiments
- Owner: sunsided
- Created: 2021-09-16T18:26:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T14:05:43.000Z (8 months ago)
- Last Synced: 2024-10-27T20:31:26.174Z (2 months ago)
- Topics: audio, rust, short-time-fourier-transform, signal-analysis, signal-processing, sound, sound-processing
- Language: Rust
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔉 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](audio/waiting-for-a-train.ogg)_:
To run the application, execute:
```
cargo run --release
```---
## Bucket list
- [x] Implement an example with multiple overlaid frequencies.
- [x] Implement simple audio generation example.
- [x] Implement different windowing functions.
- [x] ~~Implement~~ Add audio file o a frequency sweep to better visualize the STFT.
- [ ] Map microphone input to the display.