Search code examples
c#.netspeech-recognitionpixelsensespeech-to-text

How to use Speech 2 Text in Microsoft Surface


I'd like to use some speech 2 text in my microsoft surface application. I saw that it is possible, but I don't really know where to start. Is there any framework/library available, or a code snippet, or a tutorial??

I don't even know exactly what i should google for ;)

===EDIT=== I read that it is necessary to use a grammar to recognize words. So if I want to proceed free text, is there a predefined grammar for the english language? Or is it a better choice to don't use speech2text but just audio files instead?


Solution

  • Speech recognition is part of the .NET framework since Version 3.0. Look at the System.Speech.Recognition namespace.