Search code examples
c#.netspeech-recognitionsapi

Convert an audio input to text with SAPI


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 !!


Solution

  • 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...