Changeset - df2c70f0ecd9
[Not reviewed]
default
0 0 1
Drew Perttula - 9 years ago 2016-06-01 07:11:09
drewp@bigasterisk.com
make_spectrograms
Ignore-this: 384d5ae8d058f85e87620d294fd796f0
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/make_spectrograms
Show inline comments
 
new file 100644
 
#!/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
 
}
0 comments (0 inline, 0 general)