11 October 2011

Create a Program in Windows to Convert Text to Speech




As you are probably using different software or through the Windows Text-to-Speech (TTS) to change a text file to speech, so you can play back text in a spoken voice. But maybe you are interested to know that you can simply create a program in windows that does the exact thing. This is definitely the fastest and most attractive way to convert text to speech. Follow these steps:

1. Go to Start>Run>Notepad to open the Notepad editor or open it from the Start>All Programs>Accessories>Notepad.

2. Copy the following command exactly into the Notepad:





3. Select Save from the File menu option, and consider a name for your file and save it with extension vbs.
double click on the file and a window will be open. Type your text and select OK and wait for the program to pronounce the word for you.

It should be noted that it is working of course only for English letters. You can edit the code as you desired:

("Type you text here! www.csarchive.net","Your Name")