Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top