Skip to content

Instantly share code, notes, and snippets.

@jilm
Forked from notthetup/soxplot.sh
Created March 10, 2018 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jilm/724f16df08a90400c642d6b17da8fe79 to your computer and use it in GitHub Desktop.
Save jilm/724f16df08a90400c642d6b17da8fe79 to your computer and use it in GitHub Desktop.
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment