diff options
author | momo <m@hackathon.de> | 2012-04-01 01:50:11 +0200 |
---|---|---|
committer | momo <m@hackathon.de> | 2012-04-01 01:50:11 +0200 |
commit | 4553fc87e7afc57d6a14a98cc0e49c2cdaef1ac6 (patch) | |
tree | ad21a034c53531f8c6bcb1baf3c4d6338d8dc8da /util | |
parent | 13b8db89f49eb094405de67d097d41eefeea8000 (diff) | |
parent | 4befbc272497e1b834182c5dd5e166fd506b6984 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'util')
-rwxr-xr-x | util/bin/naturalvoices2.sh | 3 |
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..27c4f27e --- /dev/null +++ b/util/bin/naturalvoices2.sh @@ -0,0 +1,3 @@ +text=$(echo $* | sed 's/ /+/g') +mplayer 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') + |