Wednesday 27 August 2014

Standard

convert text to voice without using any third party software :


Hi viewers , to day i am going to share one of the best trick . You can convert any text msg into audio file with out using any software , it is amazing right. so why late just follow my steps to convert your text to audio. surprise your friends by doing my tips and tricks

step1. Open notepad then copy the below text and paste it in notepad.


Dim msg, sapi
msg=InputBox("Enter your text for conversion– ","By jvsivafriend")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Step 2: After Pasting the Above Code in notepad, Save the file with the name Text To Audio.vbs.
remember the name of the file should be with .vbs extension.
its nothing but a Vbscript File.

( how to creat .vbs extension file : select file> save as > select --save as type >all files > name it as audio.vbs and click on save)

Step 3: Now double click on the saved file and you will see a box like the below pic

Step 4. Type your text which you want to hear, and then press OK. Thats it. All Done.
You can hear it load and clear.

Isn't it amazing ?

any problem with doing this , just comment below.you'll get solution for that problem as soon as possible


0 comments:

Post a Comment

About Us