G@M3S

Sunday, October 21, 2012

Make a Little Text Speaking Software for your Computer


Make a Little Text Speaking Software for your Computer

Make a Little Text Speaking Software for your Computer

  



The internet is full of Text to Speech software and apps. I think you have already seen the Text Speech software. But the Speech Software, that I’m showing you have never seen before. With this trick you can make a speaking text software for your computer by just a little registry code. See below if you want to try.


Dim message, sapi
message=InputBox("What do you want me to say? GeniusHackers.Net","GeniusHackers.Net")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message


Then Follow these simple steps and get your Text to Speech software in just 1 minute
1.) Create a New Text Document (do right click on your desktop and go to New>>Text Document.
2.) Now open the Text Document file that you created and Paste the below code in text Document :-
3.) Go to File and Click Save as then save this file as Speak.vbs.
4.) A new File will created on your desktop after clicking save.
5.) Open the new file (Speak.vbs) from your desktop and type anything you want.
6.) Then press Enter button. Computer will speak whatever you had written.
Note :- If Male voice comes then your computer is Male and if Female voice comes then your computer is Female.

No comments:

Post a Comment