Breaking News
Loading...
  • New Movies
  • Recent Games
  • Tech Review

Tab 1 Top Area

Tech News

Game Reviews

Recent Post

Showing posts with label Making Applications. Show all posts
Showing posts with label Making Applications. Show all posts
Friday, February 4, 2011
Create your own Text to speech converting software

Create your own Text to speech converting software

                                                                  Create your own Text to speech converting software in minutes.....!!
Hi frndz...Now I am going to show you how to create your own software i.e. its just an VB script which makes you Computer to speak whatever you input...!

This is a VB script. Just Open Notepad and copy the below script,
    Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message 

Save the file as ANYTHING .vbs and close notepad.

Open the file and write what you want to make your system to speak and hit OK.    
                                             Dats it...
                                       
                        Thanks for “AYTECK” on “HF” for this awesome script...!!


Create your own Text to speech converting software

Create your own Text to speech converting software

                                                                  Create your own Text to speech converting software in minutes.....!!
Hi frndz...Now I am going to show you how to create your own software i.e. its just an VB script which makes you Computer to speak whatever you input...!

This is a VB script. Just Open Notepad and copy the below script,
    Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message 

Save the file as ANYTHING .vbs and close notepad.

Open the file and write what you want to make your system to speak and hit OK.    
                                             Dats it...
                                       
                        Thanks for “AYTECK” on “HF” for this awesome script...!!


Save this Page

Copyright © 2012 Checkzx All Right Reserved
Designed by CBTblogger