Relative Content

Tag Archive for text-to-speech

SpeechSynthesisUtterance not cross browser?

var msg = new SpeechSynthesisUtterance(); msg.text = “Hello World”; window.speechSynthesis.speak(msg); this make no sound whatsoever on brave and chrome browser, but it does in firefox text-to-speech