1
Reply

Speech Recognition C#

pramodh vasudev

pramodh vasudev

9 years ago
418
I want to implement speech recognition for all English letters and a few custom words. can some one give me a detailed implementation steps.
 
 Note: I have already tried it using System.Speech and loaded the grammar with an inline grammarbuilder containing the list of letters like "A","B","C"... so on. But the letters are not identified correctly.

Answers (1)