cloudbearings / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

Pause between earcon and speech #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add a pause between the sound effect and the speech so that they are guaranteed 
not to be simultaneous. Make this a parameter so that it is easy to change.

Try a value of 200ms.

Before implementing this as a delay in JavaScript, see if SSML works for pauses:
<break time="200ms" />

If SSML works, then send the SSML and fall back on the js delay.

Original issue reported on code.google.com by jbjor...@gmail.com on 3 Sep 2013 at 7:08

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r315.

Original comment by aeharding on 6 Sep 2013 at 7:54