summaryrefslogtreecommitdiffstats
path: root/util/lib/naturalvoices/att.sh
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-11-01 00:21:52 +0100
committermakefu <github@syntax-fehler.de>2013-11-01 00:21:52 +0100
commit25ab89c77b0889cb811a71c6b29c2f8ddeeabe76 (patch)
tree198386d289f59350c9b09b5b3387a2b5225b7ec5 /util/lib/naturalvoices/att.sh
parent708c47f058f687fe9f751502a6d3096f3d0b6fad (diff)
parent18e51573b1008175152784eb021c439b4b88c6e7 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'util/lib/naturalvoices/att.sh')
-rwxr-xr-xutil/lib/naturalvoices/att.sh3
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" \