RosettaCodeData/Task/Speech-synthesis/AutoIt/speech-synthesis.autoit
2023-07-01 13:44:08 -04:00

2 lines
91 B
Text

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