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)

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