Changeset - 89842cc91ead
[Not reviewed]
default
0 1 0
Drew Perttula - 8 years ago 2017-05-10 07:01:10
drewp@bigasterisk.com
make_spectrograms create output dir
Ignore-this: e4f6a1cf73c26855d7b6a31044e41a5c
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/make_spectrograms
Show inline comments
 
#!/bin/zsh
 

	
 
mkdir -p $LIGHT9_SHOW/spectrogram
 
for x ($LIGHT9_SHOW/music/pad/*) {
 
  sox $x -n remix 1 rate 3k spectrogram -X 50 -y 100 -z 80 -m -r -o $LIGHT9_SHOW/spectrogram/$x:t:r.png
 
}
0 comments (0 inline, 0 general)