fedora-jam-backgrounds/gnuplot/plotwav |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit d9ecc809d2d1c9e9390893c2aadec33adeb75000
Author: Brendan Jones <[email protected]>
Date:   Sun Jul 29 12:22:17 2012 +0200

    Add sox/gnuplot scripts

diff --git a/fedora-jam-backgrounds/gnuplot/plotwav 
b/fedora-jam-backgrounds/gnuplot/plotwav
new file mode 100755
index 0000000..521073d
--- /dev/null
+++ b/fedora-jam-backgrounds/gnuplot/plotwav
@@ -0,0 +1,8 @@
+#!/bin/bash
+# usage: plotwav in.wav out.svg
+# plotwav-gn must be in the executable path
+cp $1 /tmp/in.wav
+sox $1 /tmp/in.dat
+plotwav-gn
+mv /tmp/out.svg $2
+rm /tmp/in.dat


_______________________________________________
music mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/music

Reply via email to