var foo = new SpeechSynthesisUtterance('Hello world');
window.speechSynthesis.speak(foo);