Good day, I need help with this command i cant find how repair it. It would be a recognition voice to text.
I have win7 and .NET Framework 4 Client Profile. I am using Visual studio 2010 and i am programming in C#.
Problem: ... private SpeechRecognitionEngine _recognizer;
private void button1_Click(object sender, RoutedEventArgs e) { ...
_recognizer.SetInputToDefaultAudioDevice();// All works but here is problem. ... } ...
When i run it.
System.PlatformNotSupportedException
No recognizer is installed.
Thanks for help and sorry for my English.