Back to Top

Friday 5 April 2013

Convert text to audio

Well, this post just explains the users how to convert the text they want to audio.

Follow the following steps.
1. Open Notepad and paste the following codes.

CreateObject("SAPI.SpVoice").Speak"your text"
2. Save it as speak.vbs

You are done run the file and let the comp. read it to you.