summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authordeath <death@uriel.(none)>2012-03-31 22:02:56 +0200
committerdeath <death@uriel.(none)>2012-03-31 22:02:56 +0200
commitbab3c10e3bc719b669869196c8f1a4d6073f3378 (patch)
treebafd79650416366531c8ff08268ef2af3102d95e /util
parent170da4aaf1ba4b961b6c33c5ca0c8e8613321fee (diff)
new version
Diffstat (limited to 'util')
-rwxr-xr-xutil/bin/naturalvoices2.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/bin/naturalvoices2.sh b/util/bin/naturalvoices2.sh
new file mode 100755
index 00000000..a01ff621
--- /dev/null
+++ b/util/bin/naturalvoices2.sh
@@ -0,0 +1,3 @@
+text=$(echo $* | sed 's/ /+/g')
+mplayer2 http://192.20.225.36$( curl -Ss -A "Mozilla" -d "voice=klara" -d "txt=$text" -d "speakButton=SPEAK" http://192.20.225.36/tts/cgi-bin/nph-nvdemo |grep HREF|sed 's/.*\(".*"\).*/\1/' |sed -e 's/"//g')
+