Speech Basic

var msg = new SpeechSynthesisUtterance('Testing sample message 1 2 3 4 5 6 7');
window.speechSynthesis.speak(msg);