algo
05-31-2010, 03:26 PM
How to code a simple "voice recognition" application that needs to recognize just a few words?
I've got a friend with multiple sclerosis who can't move below the neck. Most of what he does is listening to audio recordings or some radio or watch tv, but he is completely dependent on the people in the nursery home for changing the cd's. I only visit him twice a week.
My budget is very limited - I'm unemployed - so I thought about coding a simple voice recognition app that would recognize at least 3 different commands. Like "next", "ok", "cancel". With those commands I could than code some simple interface to select and play audio or even videos.
I can work with action script 2 (flash 8), and sometime in the past I remebered learning some vb 6. I remeber there are some thingies with like prebuilt functions that you drag into the coding environment that than allow you to do things. But from what I've googled voice recognition is a bit more complicated.
I got this file from here: http://www.codeproject.com/KB/audio-video/SAPI/Speech.zip but I have no idea where to start, any pointers?
I just need to understand how to get an application to recognize input from a microphone and distinguish between at least 3 different inputs.
Thanks
I've got a friend with multiple sclerosis who can't move below the neck. Most of what he does is listening to audio recordings or some radio or watch tv, but he is completely dependent on the people in the nursery home for changing the cd's. I only visit him twice a week.
My budget is very limited - I'm unemployed - so I thought about coding a simple voice recognition app that would recognize at least 3 different commands. Like "next", "ok", "cancel". With those commands I could than code some simple interface to select and play audio or even videos.
I can work with action script 2 (flash 8), and sometime in the past I remebered learning some vb 6. I remeber there are some thingies with like prebuilt functions that you drag into the coding environment that than allow you to do things. But from what I've googled voice recognition is a bit more complicated.
I got this file from here: http://www.codeproject.com/KB/audio-video/SAPI/Speech.zip but I have no idea where to start, any pointers?
I just need to understand how to get an application to recognize input from a microphone and distinguish between at least 3 different inputs.
Thanks