Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 264 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 264 Bytes

wavtofft

Quick and dirty command-line FFT tool

Intended usage, something like:

wavtofft -i input.wav \
    -I "set terminal png ; set output 'output.png' ; set yrange [-96:0]" \
    -p "plot '-' using 1:2 with lines" \
    -P "e"  | gnuplot