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