Changeset - 5421388ee6fa
[Not reviewed]
default
0 1 0
Drew Perttula - 8 years ago 2017-05-11 06:51:19
drewp@bigasterisk.com
merge spectogram
Ignore-this: 5ecb398ad1bfba16221c00348a5ca77d
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/make_spectrograms
Show inline comments
 
#!/bin/zsh
 

	
 
# todo: "rainbowgrams" like page 5 of this: https://arxiv.org/pdf/1704.01279.pdf
 

	
 
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)