Quote from
luishp on July 2, 2019, 5:07 pm
Hi @asmat, let me know if this works for you:
BeginJS
var msg = new SpeechSynthesisUtterance('Hello World');
window.speechSynthesis.speak(msg);
EndJS
Regards.
Hi @asmat, let me know if this works for you:
BeginJS
var msg = new SpeechSynthesisUtterance('Hello World');
window.speechSynthesis.speak(msg);
EndJS
Regards.