0

i want to convert an audio input which is being given through the microphone into text. i prefer to do this with SAPI and C# any suggestions? or code samples?

Thanks !!

Keshan
  • 14,251
  • 10
  • 48
  • 72
  • yes, but how to do it using that namespace? i searched on Google and get lot of links but i am confused about that grammar thing. – Keshan Nov 15 '10 at 16:10

1 Answers1

2

You might want to view some previous threads, including getting started with speech recognition and speech synthesis

From that thread: 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...

Community
  • 1
  • 1
Michael Levy
  • 13,097
  • 15
  • 66
  • 100
  • For a similar question, I posted some simple sample code at http://stackoverflow.com/questions/4213035/sapi-and-windows-7-problem/4217638#4217638 – Michael Levy Dec 16 '10 at 19:58