Síntese de fala JS
let utterance = new SpeechSynthesisUtterance("Hello world!");
speechSynthesis.speak(utterance);
Michael Futral
let utterance = new SpeechSynthesisUtterance("Hello world!");
speechSynthesis.speak(utterance);