diff options
Diffstat (limited to 'util')
| -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" \ | 
