| View previous topic :: View next topic |
| Author |
Message |
raven-gm
Joined: 25 Mar 2007 Posts: 44
|
Posted: Sun Jan 11, 2009 9:07 pm Post subject: Anyone interested in working on a voice command library? |
|
|
I want to write a voice command library for ahk, but I'm not sure if I can do all of it alone. It's pretty COM intensive, but I think it can be done. Ideally, it would be able to be used by anyone who wrote in autohotkey, even if they were new to COM.
Planned/envisioned functions
| Code: | Voice_Init()
Voice_Term()
ruleID := GlobalRule("Word","FunctionToCall")
ruleID := localRule("Word","FunctionToCall",WinTitle,WinText,ExcludeTitle,ExcludeText)
DictationOn()
DictationOff()
ListRules()
DisableRule(ruleID)
EnableRule(ruleID) |
And some other stuff as well. But I'm not sure if this would be used enough to make it worthwhile beyond for what I'm doing.
Any input? _________________ I would like to think that I know what I'm doing, but there's just to much stuff I've yet to learn... |
|
| Back to top |
|
 |
SpiderGames
Joined: 09 Jun 2008 Posts: 936 Location: Canada
|
Posted: Tue Jan 13, 2009 3:23 pm Post subject: |
|
|
www.google.ca
Search glovepie _________________
I know i have 6 legs. It's cuz I'm special. |
|
| Back to top |
|
 |
DranDane
Joined: 26 Jun 2007 Posts: 53
|
Posted: Wed Feb 04, 2009 12:53 pm Post subject: |
|
|
| GlovePIE is a good software for voice recon but it should be very nice to have a mix between AHK and GlovePIE. |
|
| Back to top |
|
 |
tinku99
Joined: 03 Aug 2007 Posts: 513 Location: Houston, TX
|
Posted: Mon Mar 15, 2010 4:14 pm Post subject: Re: Anyone interested in working on a voice command library? |
|
|
I am interested.
Any update ? |
|
| Back to top |
|
 |
|