Linked Questions

81 votes
4 answers
50k views

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. There is System.Speech....
Michael Levy's user avatar
  • 13.3k
56 votes
11 answers
72k views

I have need to write an application which uses a speech recognition engine -- either the built in vista one, or a third party one -- that can display a word or phrase, and recognise when the user ...
Richard C's user avatar
  • 2,246
25 votes
8 answers
28k views

I have 15 audio tapes, one of which I believe contains an old recording of my grandmother and myself talking. A quick attempt to find the right place didn't turn it up. I don't want to listen to 20 ...
Croad Langshan's user avatar
4 votes
3 answers
11k views

I am looking to convert a .wav file recorded through an android phone at 16000 to text using C#; namely the System.Speech namespace. My code is mentioned below; recognizer.SetInputToWaveFile(Server....
Kushal Kalambi's user avatar
2 votes
1 answer
2k views

I tried implementing some simple speech recognition WinForms program in C# like the one described here in Michael Levy answer: good Speech recognition API The problem i have is that any time i run ...
Răzvan Flavius Panda's user avatar
0 votes
1 answer
4k views

I tried to programe some Speech Recognition app and I found this code: SpeechRecognitionEngine recognitionEngine = new SpeechRecognitionEngine(); recognitionEngine.SetInputToDefaultAudioDevice(); ...
doskarJ's user avatar
1 vote
1 answer
2k views

Few questions, What is the difference between the SpeechRecognizer and the SpeechRecognitionEngine classes? why use one over the other for speech recognition? Is the speech recognition widget ...
mountSin's user avatar
-2 votes
4 answers
832 views

I have an windows form app. I need to add speech recognition into it in order to shorten the processing time for product entry. we need this speech recognition in Turkish. if it was in english, ...
smoothumut's user avatar
  • 3,511
0 votes
1 answer
1k views

i am trying to use the Google APIS in developing a Windows Phone application, i am specifically interested in the speech recognition API from Google but i want to know if it is available for windows ...
anything's user avatar
1 vote
0 answers
203 views

I am attempting to get basic recognition of letters and numbers with System.Speech rather than words or sentences. I am using the code sample from the top answer on this post. Here are some of the odd ...
Roger's user avatar
  • 2,145