added readme

This commit is contained in:
ao kami 2025-08-10 03:52:46 +02:00
parent e1e2a4baac
commit a486518dbf

23
readme.md Normal file
View file

@ -0,0 +1,23 @@
# 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
- [X] Waveform
- [ ] Metering
- [ ] Peak dBFS
- [ ] True Peak (dbTP)
- [ ] RMS dBFS
- [ ] LUFS
- [ ] Spectrum
- [ ] Spectrogram
- [ ] Linear
- [ ] Log
- [ ] Mel
- [ ] min*max (s/l window)
- [ ] Wavelet
- [ ] Vectorscope