Login Register






[AutoIt]Text-To-Speech filter_list
Author
Message
[AutoIt]Text-To-Speech #1
Code:
Func CompText2Speech($sText) $SAPI = ObjCreate(Chr(83)&Chr(65)&Chr(80)&Chr(73)&Chr(46)& _ Chr(83)&Chr(112)&Chr(86)&Chr(111)&Chr(105)& _ Chr(99)&Chr(101)) $SAPI.speak($sText) $SAPI=0 EndFunc
(This post was last modified: 11-29-2011, 07:02 AM by Skullmeat.)
Pierce the life fibers with your drill.

Reply

RE: [AutoIt]Text-To-Speech #2
how this works ????? mmmm
[Image: Wfxdx.png]

Reply

RE: [AutoIt]Text-To-Speech #3
copy paste the function and use it like this:
Code:
CompText2Speech("Hello world this microsoft sam if you are using windows xp")
Pierce the life fibers with your drill.

Reply

RE: [AutoIt]Text-To-Speech #4
Windows built in SAPI Smile This is one of the easy ways to use text to speech in most languages for a targetted Windows machine.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: [AutoIt]Text-To-Speech #5
got it , thanks bro Smile

p.S - Can't read your name Tongue , Master is better Biggrin
[Image: Wfxdx.png]

Reply

RE: [AutoIt]Text-To-Speech #6
(11-29-2011, 07:43 AM)Shining White Holmse Wrote: got it , thanks bro Smile

p.S - Can't read your name Tongue , Master is better Biggrin

When you start making rootkits you'll remember my name for sure Tongue
Pierce the life fibers with your drill.

Reply