summaryrefslogtreecommitdiffstats
path: root/util/bin
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-09-02 17:24:11 +0200
committermakefu <root@pigstarter.de>2013-09-02 17:24:11 +0200
commitebc45c87a62b079743e3f46923c02c299886a835 (patch)
tree5c8737b1883b5776b30e640e947df10d86b6571c /util/bin
parentbc0a3b70466b0de0f4549e3cd2974ca3eda2ccf2 (diff)
remove now obsolete naturalvoices script
Diffstat (limited to 'util/bin')
-rwxr-xr-xutil/bin/naturalvoices2.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/util/bin/naturalvoices2.sh b/util/bin/naturalvoices2.sh
deleted file mode 100755
index c310414f..00000000
--- a/util/bin/naturalvoices2.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-text=$(echo $* | sed 's/ /+/g')
-voice="klara"
-base_url="http://192.20.225.36"
-
-TMPFILE=`mktemp`
-trap "rm $TMPFILE" TERM INT EXIT
-
-wget $base_url$( curl -Ss -A "Mozilla" -d "voice=$voice" -d "txt=$text" -d "speakButton=SPEAK" $base_url/tts/cgi-bin/nph-nvdemo |grep HREF|sed 's/.*\(".*"\).*/\1/' |sed -e 's/"//g') -O $TMPFILE
-aplay $TMPFILE