Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to know if it\'s possible to control \"Microsoft Speech Recognition\" using c#. (source: yfrog.com)
There are two similar namespaces and assemblies for speech recognition in .NET. I’m trying to understand the differences and when it is appropriate to use one or the other.
I\'ve never used Speech Recognition (SR) at all, but I\'m hearing that the built-in SR capabilities of windows 7 is not half-bad. I\'m thinking that it might be a real productivity booster with Visual
Speech recognition may be too grand a term for this problem. I want my VBA program to wait for the user to say something like \"next\" or \"continue\" before it carries on processing.
I am making a Smart House Control System right now, and I have a little problem. I was thinking on using Cosmos for a base system, and adding the needed namespace libraries to it, but as the usual Sys
I\'m new to Speech Recognition, and I\'m working on a project that will receive a command from a recognizable list.
I use to create an application that uses the windows speech recognition engine or the SAPI. its like a game for pronunciation that it give you score when you pronounce it correctly. but when i started
I\'m trying to use the System.Speech.Recognition namespace for recognizing speech in a web service. Actually, the WS calls a dll that uses this namespace.
I have this code in my C# project: public void startRecognition(string pName) { presentationName = pName;