summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-10-30 18:41:00 +0100
committerlassulus <lassulus@googlemail.com>2013-10-30 18:41:00 +0100
commit24fb4b01ba3690ee3ba4db7ad57d0e0fa938ba36 (patch)
tree4fa4b0bc84f83629b05947ddbe6ba6d4f58f2356 /util
parent97540a6c6bd28d979cd3947ea99733590380f996 (diff)
parent5c8e63c7c45d6d3b864ff7013940ee01aeb72ee3 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'util')
-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" \