You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5.2.3 SpeechSynthesisUtterance Attributestext attribute This attribute specifies the text to be synthesized and spoken for this utterance. This may be either plain text or a complete, well-formed SSML document.
It is not clear how an entire SSML document is expected to be parsed when set at .text property at single instance of SpeechSynthesisUtterance().
The text was updated successfully, but these errors were encountered:
According to the specification
It is not clear how an entire SSML document is expected to be parsed when set at
.text
property at single instance ofSpeechSynthesisUtterance()
.The text was updated successfully, but these errors were encountered: