iced audio signal viz
src | ||
.gitignore | ||
Cargo.toml | ||
readme.md |
Rumble Wrecker
This is an attempt at making an audio signal monitoring iced app. Something a bit like python app Friture, but in rust, hopefully with less dependencies, and eventually less portability.
It uses pipewire to create a stream and connect it to capture stereo audio from default device output device monitor, pipewire will also be used to select specific devices instead.
Planned Features
- Waveform
- Metering
- Peak dBFS
- True Peak (dbTP)
- RMS dBFS
- LUFS
- Spectrum
- Spectrogram
- Linear
- Log
- Mel
- min*max (s/l window)
- Wavelet
- Vectorscope