Closed Bug 1314065 Opened 8 years ago Closed 7 years ago

Can't speechSynthesis.speak() the same SpeechSynthesisUtterance instance twice

Categories

(Core :: Web Speech, defect)

49 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1372325
Tracking Status
firefox55 --- affected
firefox56 --- affected
firefox57 --- affected
firefox58 --- affected

People

(Reporter: miketaylr, Unassigned)

References

Details

(Keywords: regressionwindow-wanted, Whiteboard: [webcompat])

STR type this in the console:

var utterThis = new SpeechSynthesisUtterance("punk");
window.speechSynthesis.speak(utterThis);
window.speechSynthesis.speak(utterThis);

Expected: I hear "punk" twice, like in Chrome
Actual: I just hear it once.

(we think this is the reason speech playback only works once in Google Translate, check out the "see also URL")
Whiteboard: [whiteboard]
(erm, yeah)
Whiteboard: [whiteboard] → [webcompat]
Component: DOM → Web Speech
It is working in Firefox 48 but not in Firefox 49+
Has Regression Range: --- → yes
Flags: webcompat?
ah thanks kato-san. Let's close this as a duplicate of Bug 1372325
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.