Speech enabled asp.net application
问题 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