RosettaCodeData/Task/Speech-synthesis/JavaScript/speech-synthesis-2.js

3 lines
103 B
JavaScript
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
var voice = new ActiveXObject("SAPI.SpVoice");
voice.speak("This is an example of speech synthesis.");