Jump to content

sani.spvoice


Recommended Posts

I have this:

Dim $speak = ObjCreate("sapi.spvoice")

Func Sound($what2say, $volume, $rate)
    $speak.Speak($what2say)
    $speak.Volume = $volume
    $speak.Rate = $rate
EndFunc

Sound("Testing, testing, 1, 2, 3.",100,1)

But I cant figure out how to do the voice of the person like Microsoft Mary, is it possible?

Thanks in advance,

.::HardHackz::.

[center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...