How to make text to audio converter -:
1. First Open notepad
2. Then copy the code given below
Dim msg, sapi
msg=InputBox(" Enter your text for convert to audio","Abhishek Text-To Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
3.Paste it into notepad and click on save as
4.Now select save as type save as type All files
Enjoy !!!!!
Tutorial
If there is any error please comment below
Post a Comment
Please Don't enter any spam link in the comment box