We are working on an asp.net web application that requires some data to be entered by speech.
The user can enter some data using normal user interface however, we want an additional feature where he can enter data by speaking. We can fix the voice commands like to enter "value1" to "data1", user will speak "data1" followed by "value1" (or anything else, that can be fixed later).
I searched over the internet and found that using Microsoft Speech SDK is a solution. We started with some initial implementation and found that it only works with IE and requires a plugin (we were not able to use this plugin in Windows 7, just XP).
Is there any other solution or can SASDK be used for other browsers as well ? Any suggestions would be helpful.
Thanks, Gaurav