Speech Recognition and the System.Speech namespace
I had a problem recently where I wanted to find out, very roughly, the topic of a set of un-annotated lectures. I needed a recognition engine that was speaker-independent, and required no training, as I don’t personally know the guy who did them.
In the .NET framework 3.5, you get access to the System.Speech namespace which [...]