cxbrooks / test

Second test for bugzilla to git
0 stars 0 forks source link

The SpeechSynthesis demo fails because the URL is non-op #8

Open cxbrooks opened 6 years ago

cxbrooks commented 6 years ago

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#538 From: @cxbrooks Reported version: unspecified CC: accessors-devel@terraswarm.org

cxbrooks commented 6 years ago

ptolemy/actor/lib/jjs/modules/audio/demo/Audio/SpeechSynthesis.xml

uses a website at https://mary.dfki.de

The URL produced by our demo is:

http://mary.dfki.de:59125/process?INPUT_TEXT=this+is+a+test+of+speech+synthesis&INPUT_TYPE=TEXT&OUTPUT_TYPE=AUDIO&AUDIO=AIFF_FILE&LOCALE=en_US

Going to that URL in a browser seems to hang.

http://mary.dfki.de has a link

"Speech synthesis interface directly in your web browser" that leads to

http://mary.dfki.de:59125/

That URL also hangs.

To close this bug, either it should work, or we should install our own version of mary or we should remove the demo and update links to the demo.