我正在寻找onmark事件(https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance/onmark)的有效示例。
我遵循了MDN实现(Chrome 72),但从未调用onmark回调。
我将结构良好的SSML指定为带有标记标签的文本值,如下所示:
"<?xml version='1.0'?><speak version='1.1' xmlns='http://www.w3.org/2001/10/synthesis' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.w3.org/2001/10/synthesis http://www.w3.org/TR/speech-synthesis11/synthesis.xsd' xml:lang='en-US'> Go from <mark name='here'/> here, to <mark name='there'/> there!</speak>"
将感谢任何示例/想法。
谢谢你, G