Demo: Text to Speech

[code]if (typeof(window) == "object" && window.speechSynthesis) {[br] var msg = new SpeechSynthesisUtterance();[br] msg.text = ggbApplet.getValueString("text") + "";[br] window.speechSynthesis.speak(msg);[br] }[/code]

Informatie: Demo: Text to Speech