How to Convert TEXT to AUDIO Without any software
Just follow these easy steps:
1. Open notepad, copy and paste the below code in that notepad.
Dim msg, sapi
msg=InputBox("Enter your text to convert Audio: ","Text to Audio Converter: Jaydeep Malik")
Set sapi=CreateObject("sapi.spvoic
sapi.Speak msg
2. Now go to menu – file and click on save as.
3. Now named that file (like: 123.vbs) make sure that before clicking save button select the all files in the combo box.
4. Now open the file, write your text into it and press enter.
Now the magic begins enjoy and don't forget to share this trick
No comments:
Post a Comment