Is there any api(for .net or java) from Windows 7 Speech recognition?
I would like to customize some aspects of this amazing feature from Windows 7
thanks
Is there any api(for .net or java) from Windows 7 Speech recognition?
I would like to customize some aspects of this amazing feature from Windows 7
thanks
Speech recognition in Windows can be programmed through the SAPI C++ api or the System.Speech .NET namespace.
There is a very good article that was published a few years ago at http://msdn.microsoft.com/en-us/magazine/cc163663.aspx. It is probably the best introductory article I’ve found so far. It is a little out of date, but very helfpul. (The AppendResultKeyValue method was dropped after the beta.)
For more .NET info, see SAPI and Windows 7 Problem and What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?
CMU Sphinx is library written in C.It is a open source toolkit for speech recognition.
Sphinx4(wrapper) is a adjustable, modifiable recognizer written in Java