# HG changeset patch # User Drew Perttula # Date 1464765069 0 # Node ID df2c70f0ecd9ad1caeac4aa91198088a14c60511 # Parent bda3829270ce0007adde3d8d7d356bb7f04cd208 make_spectrograms Ignore-this: 384d5ae8d058f85e87620d294fd796f0 diff -r bda3829270ce -r df2c70f0ecd9 bin/make_spectrograms --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/make_spectrograms Wed Jun 01 07:11:09 2016 +0000 @@ -0,0 +1,5 @@ +#!/bin/zsh + +for x ($LIGHT9_SHOW/music/*) { + sox $x -n remix 1 rate 3k spectrogram -X 50 -y 100 -z 80 -m -r -o $LIGHT9_SHOW/spectrogram/$x:t:r.png +}