Skip to content

sh1boot/wavtofft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages