Files @ 8b3f7f5656f4
Branch filter:

Location: light9/bin/make_spectrograms

Drew Perttula
try to pretty up the zoom/layout change code
Ignore-this: f8ef1cecc4802b0d9befb49301501521
1
2
3
4
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
}