diff options
author | death <death@uriel.(none)> | 2012-03-31 22:03:31 +0200 |
---|---|---|
committer | death <death@uriel.(none)> | 2012-03-31 22:03:31 +0200 |
commit | 61cc151c54098a424f6f0ecfa33b065efeb292a0 (patch) | |
tree | 06760229c787e64d203d7253d05721b85396df92 /util | |
parent | bab3c10e3bc719b669869196c8f1a4d6073f3378 (diff) |
fixed
Diffstat (limited to 'util')
-rwxr-xr-x | util/bin/naturalvoices2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bin/naturalvoices2.sh b/util/bin/naturalvoices2.sh index a01ff621..27c4f27e 100755 --- a/util/bin/naturalvoices2.sh +++ b/util/bin/naturalvoices2.sh @@ -1,3 +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') +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') |