JS Síntesis del discurso
let utterance = new SpeechSynthesisUtterance("Hello world!");
speechSynthesis.speak(utterance);
Michael Futral
let utterance = new SpeechSynthesisUtterance("Hello world!");
speechSynthesis.speak(utterance);