From ab0de77130a1ef639debc074579792cbef116128 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 30 Oct 2013 18:38:59 +0100 Subject: fixes broken att api --- util/lib/naturalvoices/att.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/lib') 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" \ -- cgit v1.2.3