changeset 1311:df2c70f0ecd9

make_spectrograms Ignore-this: 384d5ae8d058f85e87620d294fd796f0
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 01 Jun 2016 07:11:09 +0000
parents bda3829270ce
children cec677a84142
files bin/make_spectrograms
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/make_spectrograms	Wed Jun 01 07:11:09 2016 +0000
@@ -0,0 +1,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
+}