waterfall plotter for the terminal
Go to file
Ellie D 2958db55d1 modified output mechanism 2019-06-18 09:57:19 -05:00
src modified output mechanism 2019-06-18 09:57:19 -05:00
.gitignore initial commit 2019-06-16 20:33:45 -05:00
Cargo.lock now it has command line arguments 2019-06-16 21:21:47 -05:00
Cargo.toml now it has command line arguments 2019-06-16 21:21:47 -05:00
LICENSE initial commit 2019-06-16 20:33:45 -05:00
README.md adjusted README 2019-06-17 11:17:52 -05:00

README.md

Termfall FFT Waterfall Plotter v0.1

Elizabeth Evelene Ariane Amelia Ultraviolet, June 2019

AGPL v3


What's this?

It's an FFT waterfall plot for your terminal! Now you can generate sonograms and stuff without needing a GUI at all!


What it does

It takes the FFT of the data from stdin (it expects u8 samples for now) and emits a waterfall plot using block characters and ANSI color escapes. You will need a 256-color-capable terminal.


What's it useful for?

Audio? Maybe? Who knows. It just sounded like a cool idea, honestly.