-1

what do i need to install?

How to use/implement it?

Please give me example in using it.

thanks

2 Answers2

4
  1. Google c# voice recognition
  2. Investigate which of the suggestions you like best
  3. Try the examples, and modify it to your needs.
  4. If you have problems, come back to stack overflow and show us what you've done and what your problem is.
AlexanderBrevig
  • 1,967
  • 12
  • 17
0

You can use System.Speech.Recognition library from Visual Studio. Here an easy example.

Joan Gerard
  • 135
  • 6
  • 17