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

4 lines
129 B
Text

Dim message, sapi
message = "This is an example of speech synthesis."
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message