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
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