rumble-wrecker/readme.md
2025-08-10 03:55:54 +02:00

647 B

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