RosettaCodeData/Task/Speech-synthesis/AutoIt/speech-synthesis.au3
2026-04-30 12:34:36 -04:00

2 lines
91 B
AutoIt

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