Monday 4 March 2013

Let's make your computer talk.

•Step 1) Open Notepad
•Step 2) Paste the following script in it:

Set VObj = CreateObject("SAPI.SpVoice")
with VObj
Set .voice = .getvoices.item(0)
.Volume = 100
.Rate = -4
end with

VObj.Speak "<pitch middle='-50'>" & "We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us."

•Step 3) Save the document as a .vbs file, so for example: Talk.vbs
•Step 4) Let's make it talk, so double click Talk.vbs!

0 comments:

Post a Comment