This is one cool program for making text into audio. Just type text and PC will repeat in audio. 

1.Open notepad
2.copy this 

Dim msg, sapi
msg=InputBox("Enter your text for conversion","TechVorm Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3.Save as , go to all files and type something with .vbs at the end. 

Thats it, open program and try it. Its fun :D