Click here to Skip to main content
15,894,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)

I have problem to find sample program and it's coding about voice menu driven. It like this, when giving voice input through microphone, like you say, "File Menu," then the file menu list will be select and list it sub-menu for choice. It looks like same as speech recognition software, but I was looking at how to create it through programming or maybe a drag and drop application to build menu driven voice input.

I hope can get a response as soon as possible

Posted
Updated 25-Nov-09 5:18am
v2

To achieve your needs, firstly you have to install the SAPI(http://msdn.microsoft.com/en-us/library/ms723627%28VS.85%29.aspx), throught which you will get the speech to text convertion.  once it is done, you have to automate the mouse and keyboard event based on the text, in VC++ we can do with mouse_event and keybd_event APIs.

 
Share this answer
 

The purpose of the tags is for you to mark what sort of question you're asking, such as C#, C++, etc.  As you put 'Code Project', we have no idea what language you're using, and if someone wanted to search to help someone who wanted to do voice activated stuff, there would be no tags there to help them do that.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900