termfall/README.md

26 lines
582 B
Markdown
Raw Permalink Normal View History

2019-06-17 01:33:45 +00:00
# Termfall FFT Waterfall Plotter v0.1
#### Elizabeth Evelene Ariane Amelia Ultraviolet, June 2019
#### AGPL v3
---
2019-06-17 16:17:52 +00:00
### What's this?
2019-06-17 01:33:45 +00:00
2019-06-17 16:17:52 +00:00
It's an FFT waterfall plot for your terminal! Now you can generate sonograms and stuff without needing
a GUI at all!
2019-06-17 01:33:45 +00:00
---
### What it does
It takes the FFT of the data from stdin (it expects u8 samples for now) and emits a waterfall plot
2019-06-17 16:17:52 +00:00
using block characters and ANSI color escapes. You will need a 256-color-capable terminal.
2019-06-17 01:33:45 +00:00
---
### What's it useful for?
Audio? Maybe? Who knows. It just sounded like a cool idea, honestly.
---