RosettaCodeData/Task/Speech-synthesis/AutoIt/speech-synthesis.autoit
2018-06-22 20:57:24 +00:00

2 lines
91 B
Text

$voice = ObjCreate("SAPI.SpVoice")
$voice.Speak("This is an example of speech synthesis.")