Info Posted May 18, 2008 Share Posted May 18, 2008 Is it possible? Link to comment Share on other sites More sharing options...
mihelson83 Posted January 16 Share Posted January 16 _TalkOBJ("Hi!") Func _TalkOBJ($s_text) Local $o_speech $o_speech = ObjCreate("SAPI.SpVoice") $o_speech.Voice = $o_speech.GetVoices().Item(0) ;0, 1, 3 - voices $o_speech.Speak ($s_text) $o_speech = "" EndFunc ;==>_TalkOBJ() Yes, it works Link to comment Share on other sites More sharing options...
genius257 Posted January 16 Share Posted January 16 If you want a ready to use solution, you could try utter: https://github.com/thesunRider/Utter My Scripts: AutoIt Package Manager, AutoItObject Pure AutoIt, Corsair CUE SDK Github: AutoIt HTTP Server, AutoIt HTML Parser Link to comment Share on other sites More sharing options...
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