]> www.fi.muni.cz Git - slotcarman.git/blobdiff - sounds/combine.sh
Sound: joined sound files
[slotcarman.git] / sounds / combine.sh
diff --git a/sounds/combine.sh b/sounds/combine.sh
new file mode 100755 (executable)
index 0000000..cff8f4f
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+for n in `seq 0 5`
+do
+       sox {box,$n,box}.wav box-$n.wav
+done
+
+for n in `seq 0 5`
+do
+       sox {bestlap,$n}.wav bestlap-$n.wav
+done
+
+for n in `seq 0 5`
+do
+       sox {winner,$n,winner}.wav winner-$n.wav
+done
+
+