Sound-Linux-More / wavtofft

Quick and dirty command-line FFT tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Quick and dirty command-line FFT tool

License:The Unlicense


Languages

Language:C 100.0%