RosettaCodeData/Task/Speech-synthesis/JavaScript/speech-synthesis-2.js
2023-07-01 13:44:08 -04:00

2 lines
103 B
JavaScript

var voice = new ActiveXObject("SAPI.SpVoice");
voice.speak("This is an example of speech synthesis.");