Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good day,
I need help with this command i cant find how repair it.
It would be a recognition voice to text.

Problem:
C#
...
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. :)
Posted
Updated 2-Aug-11 10:34am
v2

Check your framework and your platform if it is supported. The requirements for this class can be seen here[^]
 
Share this answer
 
I have win7 and .NET Framework 4. I am using Visual studio 2010 and i am programming in C#.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900