How to Make Computer Speak What You Type
Hi guys! Have you ever wanted your computer to speak to you whatever you type? This would be fun, right? It seems to be impossible to do this, but now it's possible. There are many text to speech software that can make your computer speak, but we don't need to use them anymore. If you wish to know how to do this trick then you have come to the right place.
Before we already shared one notepad trick call ghost typing keyboard that will type the text automatically that you want. And today we will tell you how to make your computer speak whatever you type by using notepad. So let move to the tutorial.
Let get start :
Step 1 : Right click on your desktop move to new and select Text Document
Step 2 : Copy and paste below code to your text document or notepad you just created
Dim message, sapi
message=InputBox("Welcome to www.softoftechnology.com","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Step 3 : Then save your notepad file as Speak.vbs to desktop. File extension must be .vbs
Must check : How to Increase Utorrent Download Speed
Step 4 : Now you have created your own text to speech software. Open Speak.vbs and input any word you want it to speak
Note : This trick work for Windows XP, Windows Vista, Windows 7 and Windows 8 (8.1).

0 comments:
Post a Comment