Sunday 11 August 2013

0 How to make your PC talk

Today I am going to tell you Make your PC talk just using Notepad. The whole thing works on a Script. It is possible to make your PC. Already many softwares are existing in the market which can make your PC speak but there is nothing simpler than this and at the end you can develop your own script for making PC talk.
So i am going to tell how to make a Simple Script which can make your PC can speak. In this script when hit OK your PC will speak the words which are entered in the Text box.
Just follow this simple steps to make the Scipt:
. Open your Notpad
or
Right click in your Desktop > New > Text Document.
- See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf
. Open your Notpad
or
Right click in your Desktop > New > Text Document.
- See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf
1. Open Notepad or
Just Right Click> New> Text Document

2. Paste the following code :
Dim Message, Speak

Message=InputBox("Enter text","MyTricksClub.com/")

Set Speak=CreateObject("sapi.spvoice")

Speak.Speak Message - See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf

Dim Message, Speak
Message=InputBox("Enter text","Technofabia")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message


3. Now click on File Menu>Save as>Save the file in the name of Speak.vbs
4. Now Open the Program and type the word and hit Ok
In this manner you can make your PC speak. This script also Visual Basic so you can integrated it with it and make your program speak.
If you are having difficulty in this script let me know about in the Comments.


Dim Message, Speak

Message=InputBox("Enter text","MyTricksClub.com/")

Set Speak=CreateObject("sapi.spvoice")

Speak.Speak Message - See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf
TOdToday, I am talking about how to make your pc talk.It is possible to talking your words or lines PC, Many talker softwares are already present in several windows but these could not be find easier. - See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf
Today, I am talking about how to make your pc talk.It is possible to talking your words or lines PC, Many talker softwares are already present in several windows but these could not be find easier. - See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpufTo

No comments:

Post a Comment

Back to TOP