maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Off Topic (https://talk.maemo.org/forumdisplay.php?f=19)
-   -   [How To] Know the Gender of your PC (https://talk.maemo.org/showthread.php?t=74058)

Garcel 2011-06-16 16:39

[How To] Know the Gender of your PC
 
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

lorul2 2011-06-16 16:50

Re: [How To] Know the Gender of your PC
 
Quote:

Originally Posted by Garcel (Post 1030353)
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 2011-06-16 16:58

Re: [How To] Know the Gender of your PC
 
Tried it on the leafpad but no luck :(

msa 2011-06-16 17:36

Re: [How To] Know the Gender of your PC
 
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 :D

jd4200 2011-06-16 17:39

Re: [How To] Know the Gender of your PC
 
Quote:

Originally Posted by lorul2 (Post 1030359)
Does this work in Maemo?

Nope it's vbs

geneven 2011-06-16 17:55

Re: [How To] Know the Gender of your PC
 
This belongs in off-topic, if anywhere.

Pillum 2011-06-16 18:33

Re: [How To] Know the Gender of your PC
 
the laptop i use right now is female *_* <3

MINKIN2 2011-06-16 19:04

Re: [How To] Know the Gender of your PC
 
Quote:

Originally Posted by msa (Post 1030394)
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 :D


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

Dragoss91 2011-06-16 20:12

Re: [How To] Know the Gender of your PC
 
windows xp = male
windows vista/7 = female

Boemien 2011-06-16 20:13

Re: [How To] Know the Gender of your PC
 
Raaaaaahhhh! It's a male!!! loooool! thanks for this man!! :D

Quote:

Originally Posted by MINKIN2 (Post 1030451)
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. :D

aligatro 2011-06-18 04:57

Re: [How To] Know the Gender of your PC
 
Microsoft Anna and Sam ? :P

"Microsoft Sam is the default voice for Windows XP. Beginning with Windows Vista and Windows 7, Microsoft Anna is the default English voice."

http://en.wikipedia.org/wiki/Microso...-speech_voices

Sopwith 2011-06-19 15:37

Re: [How To] Know the Gender of your PC
 
This discussion is as inane as it gets. Also, the default voice can be changed from the control panel :eek:

I have changed slightly MINKIN2's code to have the textbox open until you cancel or leave the text field blank. This let's me annoy my coworkers / family continuously.

Code:

Dim msg, sapi
msg="test"
While msg > ""
msg=InputBox( "Enter your text","Say it")
Set sapi=CreateObject( "sapi.spvoice" )
sapi.Speak msg
Wend



All times are GMT. The time now is 21:26.

vBulletin® Version 3.8.8