This 3 line program allows a user to enter text into an input box, stores the text as a variable, creates an object to use text to speech functionality, and has the object speak the text aloud.
1 of 1
Download to read offline
More Related Content
Mamun2
1. SpeechText = InputBox("Enter Your Text for the program to say","Shah mamun kabir
Text To Speech")
Set objSpeech =CreateObject("SAPI.spvoice")
objSpeech.Speak SpeechText
file name = Shah mamun kabir Text To Speech.vbs