Skip to content

Instantly share code, notes, and snippets.

@jilm
jilm / soxplot.sh
Created March 10, 2018 14:21 — forked from notthetup/soxplot.sh
Whole file spectrum using SOX and gnuplot.
sox $1 -n stat -freq 2>&1 | sed -n -e :a -e '1,15!{P;N;D;};N;ba' | gnuplot -p -e 'set logscale x; plot "-" with linesp'