Voice Activation Software?
Does anyone know of voice activation software that can be substituted for a click event, and compatible with Flash?
something like...
myCommand_sound.onRelease = function () {
play()
};
thanks,
Mike
Does anyone know of voice activation software that can be substituted for a click event, and compatible with Flash?
something like...
myCommand_sound.onRelease = function () {
play()
};
thanks,
Mike
Most likely not in AS2. It might be possible to make with AS3.
Or there might be solutions that use other types of voice recognition and then could communicate with Flash over a server of some sort.
I think that most voice recognition stuff that works well is really pretty complex and I'm doubtful that there is something. I would be interested in finding out if anybody has any ideas.
Here is a forum article to get you started:
http://www.actionscript.org/forums/showthread.php3?t=162759
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.