diff options
author | makefu <root@pigstarter.de> | 2013-11-01 01:11:36 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-11-01 01:11:36 +0100 |
commit | 9eb1a2619635614d6339fa486700905411197848 (patch) | |
tree | ac9884ded49ef675e9af07d459391e860968e2b5 /util/lib/naturalvoices | |
parent | ad7b3e62b525eedfacc2f9fa96f5f2d857c55f6f (diff) | |
parent | 25ab89c77b0889cb811a71c6b29c2f8ddeeabe76 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'util/lib/naturalvoices')
-rwxr-xr-x | util/lib/naturalvoices/att.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/lib/naturalvoices/att.sh b/util/lib/naturalvoices/att.sh index 892e0bc0..3ec903c5 100755 --- a/util/lib/naturalvoices/att.sh +++ b/util/lib/naturalvoices/att.sh @@ -14,7 +14,8 @@ get_tts(){ : ${OUTFILE?please provide OUTFILE} text=$(echo $* | sed -e "s/ /+/g" -e "s/\//%2F/g") voice="${voice:-klara}" - ip="192.20.225.36" + # TODO grab this url from the tts demo page + ip="204.178.9.51" base_url="http://$ip" curl -sS $base_url$( curl -Ss -H "Host:$ip" \ -H "Origin:http://www2.research.att.com" \ |