Reply
Thread Tools
Garcel's Avatar
Posts: 160 | Thanked: 181 times | Joined on Mar 2011
#1
Instructions:
1.Open Notepad
2.Copy and Paste this.

CreateObject("SAPI.SpVoice").Speak"I Love You"

3.Save it as xyz.vbs
4.Run it

If you hear a male voice; it's a male
If Female voice; then its female
 
Posts: 209 | Thanked: 150 times | Joined on Feb 2010 @ York, Pa., USA
#2
Originally Posted by Garcel View Post
Instructions:
1.Open Notepad
2.Copy and Paste this.

CreateObject("SAPI.SpVoice").Speak"I Love You"

3.Save it as xyz.vbs
4.Run it

If you hear a male voice; it's a male
If Female voice; then its female
Does this work in Maemo?
 
Garcel's Avatar
Posts: 160 | Thanked: 181 times | Joined on Mar 2011
#3
 
msa's Avatar
Posts: 909 | Thanked: 216 times | Joined on Nov 2009 @ Bremen, Germany
#4
cool, actually works in windows 7.

but: i sent it to 6 other people, and everyone is telling my they hear a female voice. so do i.

btw, you can put everything in the last quote, even obscenities
 
jd4200's Avatar
Posts: 451 | Thanked: 424 times | Joined on Apr 2010 @ England
#5
Originally Posted by lorul2 View Post
Does this work in Maemo?
Nope it's vbs
 
Posts: 5,795 | Thanked: 3,151 times | Joined on Feb 2007 @ Agoura Hills Calif
#6
This belongs in off-topic, if anywhere.
__________________
All I want is 40 acres, a mule, and Xterm.
 
Posts: 225 | Thanked: 105 times | Joined on May 2010
#7
the laptop i use right now is female *_* <3
 
Posts: 1,326 | Thanked: 1,524 times | Joined on Mar 2010
#8
Originally Posted by msa View Post
cool, actually works in windows 7.

but: i sent it to 6 other people, and everyone is telling my they hear a female voice. so do i.

btw, you can put everything in the last quote, even obscenities

How about creating a dialogue box for you to type in instead?

Enter this into notepad

Code:
Dim msg, sapi
msg=InputBox( "Enter your text","Talk it")
Set sapi=CreateObject( "sapi.spvoice" )
sapi.Speak msg
Then save as "talk.vbs" or something. It will create a nifty dialogue box for you to type in, hit ok
 
Posts: 617 | Thanked: 338 times | Joined on Mar 2011
#9
windows xp = male
windows vista/7 = female
 
Boemien's Avatar
Posts: 770 | Thanked: 558 times | Joined on Mar 2010 @ Abidjan
#10
Raaaaaahhhh! It's a male!!! loooool! thanks for this man!!

Originally Posted by MINKIN2 View Post
How about creating a dialogue box for you to type in instead?

Enter this into notepad

Code:
Dim msg, sapi
msg=InputBox( "Enter your text","Talk it")
Set sapi=CreateObject( "sapi.spvoice" )
sapi.Speak msg
Then save as "talk.vbs" or something. It will create a nifty dialogue box for you to type in, hit ok
The Dialog box is better, but thanks to you both.

Last edited by Boemien; 2011-06-16 at 20:16.
 
Reply

Tags
epic fail, for lorul2


 
Forum Jump


All times are GMT. The time now is 12:15.