to convert your desired text to Speech with windows:
1-Open Notepad
2-copy/paste the text below in the Notepad:
Dim msg, sapi
msg=InputBox("Please Type Your Text!(www.torrentinvites.org)","Text To Speech")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
3- save the file with .vbs extension
4- run it and type your text and press ok