CMUBigLab / webanywhere

Accessible Technology Anywhere
http://webanywhere.cs.washington.edu/beta/
Other
17 stars 7 forks source link

should not hard code TTS engine path in /scripts/sound/sounds.js #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in /scripts/sound/sounds.js, there is such line:
    var url = '/cgi-bin/getsound.pl?text=' + escape(speak); // BUG: should
not hard code TTS engine path here. - Cameron, 2009.3.14

Original issue reported on code.google.com by hgn...@gmail.com on 21 Mar 2009 at 6:17

GoogleCodeExporter commented 9 years ago
call urlForString instead to fix this issue.

Original comment by hgn...@gmail.com on 5 Apr 2010 at 7:48