Files @ 233b81d9bd9d
Branch filter:

Location: light9/bin/make_spectrograms

Drew Perttula
simple first version of SyncedGraph.runHandler
Ignore-this: bbe6aa9fe4edd0de1564b57c1077e711
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
}