added readme
This commit is contained in:
parent
e1e2a4baac
commit
a486518dbf
1 changed files with 23 additions and 0 deletions
23
readme.md
Normal file
23
readme.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue