HardHackz Posted March 1, 2007 Posted March 1, 2007 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]
HardHackz Posted March 2, 2007 Author Posted March 2, 2007 Bump! [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
lod3n Posted March 2, 2007 Posted March 2, 2007 $speak.Voice = $speak.GetVoices("Name=Microsoft Mary", "Language=409").Item(0) [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
_Kurt Posted March 3, 2007 Posted March 3, 2007 @lod3n - cool, I had done the same thing in a different script Kurt Awaiting Diablo III..
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now