Convert Text in Audio Very Easy [TUT] Check and Reply
Convert text in audio very easy [TUT] check and reply.
hello Everyone.do you know that you can translate your text into voice. Sound’s Nice and yes You
are hearing Right. you can translate your into voice. you can easily convert your text in audio
using inbuilt windows text to audio converter feature.
So now you can easily activate this feature by adding some code to your notepad and executing it
using .vbs format. So check below tutorial and have fun.
1. Open Notepad
2 .Now add below code into your notepad.
Dim msg, sapi
msg=InputBox("Enter your text for conversion","HackingUniversity Text-To-Audio Converter"
Set sapi=CreateObject("sapi.spvoice"
sapi.Speak msg
3. Now save this file as speech.vbs make sure the format is .vbs
4. Now just double click on this small file and enter your text you want as audio.
==============
If this tutorial helped you don’t forget to Like + Comment here!
Thanks Keep Visiting for More Info.
Liked it

