AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Voice Recognition. Works with AutoHotkey!

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
SpiderGames



Joined: 09 Jun 2008
Posts: 283
Location: Canada

PostPosted: Sun Jun 22, 2008 2:54 am    Post subject: Voice Recognition. Works with AutoHotkey! Reply with quote

Hey I found a nice program called GlovePIE.
**note**
This requires a microphone (no way! Shocked )

Basicly it is a crappy version of AH but it supportes Wiimotes and microphone talking and thats word for word.

Ex. if you want a macro to do something when you say something.

(In glovePIE)

Key.F24 = Said("Start some random macro") ;<- (you acctualy say that.)

(In AutoHotkey)

KeyWait, F24, D
{
do something
return,
}

You can get glove PIE at http://carl.kenner.googlepages.com/glovepie_download
_________________
http://www.spider-games77.piczo.com
Join the Elite few...
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Z Gecko
Guest





PostPosted: Sun Jun 22, 2008 1:03 pm    Post subject: Reply with quote

really nice thing.
And it seems to be the solution for some common problems around here:

-It can distinguish the input of multiple mice and keyboards.
-IT seems to be able to send input to games, ahk can not reach (yet).

And it can display multiple cursors, funny.
Back to top
SpiderGames



Joined: 09 Jun 2008
Posts: 283
Location: Canada

PostPosted: Tue Jun 24, 2008 11:30 pm    Post subject: Reply with quote

Hey it's teh owners decision not to allow people to use it in Isrial. Meh I really dont care it works fine for me!

(I have a nice box head zombie wars right now adn am workign on a rubies of eventide!)

heres teh box head.

Auto Hotkey:
Code:

IfWinNotExist, Boxhead The Zombie Wars and other Free Internet games @ CrazyMonkeyGames.com - Windows Internet Explorer
{
Run, http://www.crazymonkeygames.com/Boxhead-The-Zombie-Wars.html
}
else IfWinExist, Boxhead The Zombie Wars and other Free Internet games @ CrazyMonkeyGames.com - Windows Internet Explorer   
{
WinActivate, Boxhead The Zombie Wars and other Free Internet games @ CrazyMonkeyGames.com - Windows Internet Explorer
}
Run, C:\Users\cbkrunch17\Desktop\Pie Scripts\Zombie Wars Talk.PIE

Return,

  F24::
{
 Loop,
 {
 Send, {Space}
 GetKeyState, state, F23
  if state = D
   {
   Break,
   }
   Else
   {
   Continue,
   }
           
  }


Return,

F22::
{
PixelGetColor, color,  284, 312
if color = 0xFBFFFB
MouseClick, Left,  586, 663
return,
}






^x::
{
ExitApp,       
}


GlovePIE:
Code:

Key.One = Said("pistol")
Key.Two = Said("shot gun")
Key.Three = Said("barrels")
Key.Four = Said("barricade")
Key.Five = Said("turret gun")
Key.Six = Said("mini gun")
Key.Seven = Said("grenades")
Key.Eight = Said("rocket launcher")
Key.Nine = Said("turret mortor")
Key.Zero = Said("air strike")
said("next", 0) => x
said("previous", 0) => z
said("pause game", 0) => p
Key.Space = Said("Fire")
said("Auto Fire") => F24
said("Hold Fire") => F23
said("unpause game", 0) => F22
said("game unpause", 0) => F22
said("game pause", 0) => p

_________________
http://www.spider-games77.piczo.com
Join the Elite few...
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Zed Gecko



Joined: 23 Sep 2006
Posts: 98

PostPosted: Thu Jun 26, 2008 6:05 am    Post subject: Reply with quote

Just as additional info:

GlovePIE has some unusual aspects in the licence agreement:
GlovePIE licence agreement wrote:
GlovePIE is Copyright 2007 by Carl Kenner, except for the scripts by other authors. By using this software you agree to obey the following license conditions:

* Playball Technology, Inc has exclusive rights to use this software for making money from commercial baseball simulations. However other people are free to make money from this program for non-baseball related things.

* You may not use this software directly or indirectly for any military purpose. This includes, but is not limited to, training, research and development, controlling military hardware, directing military personnel, or troop entertainment. You may not use this software anywhere on a military base or vessel. This applies to all versions of PIE. You may also not use it for playing “games” produced by the military to recruit players as real soldiers, including America’s Army. Sorry.

* You may not export this software to Israel, or use it in Israel (including the occupied territories), until Israel has ended its occupation of the West Bank, Gaza Strip, Lebanon, Syria, and anywhere else it may occupy, or until Israel abolishes apartheid (granting all Jews and non-Jews in its territories equal rights). If you try to run it in Israel before then, it will give you an error.

* You may not use this software to cheat at online or multiplayer games. What constitutes cheating depends on the game and the server. Just using a different input device shouldn't be considered cheating, but complex scripted actions to make things easier may be considered cheating. Don't get GlovePIE banned, or you will hurt everyone who wants to play with a VR glove. But feel free to cheat at single player!

The political dimension is discussed here.
----------------------------------------------------
Voice Recognition is also available via COM:
http://www.autohotkey.com/forum/topic26841.html

The Multi-Mouse feature can probably be achieved via DLLCall,
there is a C# Tutorial and Demo here, which could help to create an AHK-solution.

SDGT can handle multiple mice, too, and provide multiple cursors.
Back to top
View user's profile Send private message
morrock



Joined: 28 Jun 2008
Posts: 1

PostPosted: Sat Jun 28, 2008 3:33 am    Post subject: Reply with quote

Wow, pretty crazy license. This program looks awesome, I'm trying it tonight. Voice recognition is always so much fun Very Happy .
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group