adjusted README

This commit is contained in:
Ellie D 2019-06-17 11:17:52 -05:00
parent be542823c1
commit d68850ed09
1 changed files with 4 additions and 3 deletions

View File

@ -4,16 +4,17 @@
---
### Oh no, what is it this time?
### What's this?
No wait, it's actually good this time: it's an FFT waterfall plot for your terminal!
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 full block characters and ANSI color escapes. You will need a 256-color-capable terminal.
using block characters and ANSI color escapes. You will need a 256-color-capable terminal.
---