2 lines
103 B
JavaScript
2 lines
103 B
JavaScript
var voice = new ActiveXObject("SAPI.SpVoice");
|
|
voice.speak("This is an example of speech synthesis.");
|