0

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

AmandaSai98b
  • 485
  • 1
  • 7
  • 17

2 Answers2

1

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?

Community
  • 1
  • 1
Michael Levy
  • 13,097
  • 15
  • 66
  • 100
0

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

SANN3
  • 9,459
  • 6
  • 61
  • 97