Do you know guys? You can make your own free offline text to speech pronunciation tool in windows pc, its simple and easy don’t need to download and install any software even don’t need to do any hard work, you can just enter any text and it will play audio from that text telling you how to exactly pronounce it. It’s a built-in feature of windows OS, so let see how to create pronunciation tool by using notepad.
1. Open the Notepad, copy & paste this code
Dim message, sapi
message = InputBox("A Free Pronunciation tool"+vbcrlf,"Text to Audio converter")
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message
2. Click on “Save As” select output location, give the file name, after file name type “.vbs” its must and should to insert file extension as “.vbs”
3. After this “Save” the file, a text to audio tool will be created on output location just double click on that and type your text into the box and hit “Ok”