Click here to Skip to main content
16,019,140 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Without using windows7 inbuilt speech recognition can we develop a recognizer? if then please help in guiding and if possible in codes i.e vb .net
Posted

1 solution

It mostly depends on who are "we", how much time, skills and resource do you have. You would need a lot. We don't have resources to guide you in this apparently work which might require years to accomplish at best. I can easily guide you in using available speech recognition engines though. :-)

[EDIT: answering a follow-up question]

I don't think you can get a source code of Windows (or Nuance, or any other proprietary) speech recognition engine.
I would try to find some relevant code for Linux. Please see:
http://en.wikipedia.org/wiki/Speech_recognition_in_Linux[^].

Also, look in VoxForge, a repository for open source recognition languages:
http://en.wikipedia.org/wiki/VoxForge[^],
http://www.voxforge.org/[^].

—SA
 
Share this answer
 
v2
Comments
crisppy 24-Apr-12 2:56am    
actually i have made a speech recognition engine but there i am importing the recognizer, but i want code for this recognizer.
Sergey Alexandrovich Kryukov 24-Apr-12 8:21am    
I think you can get it. Please see my updated answer, after [EDIT].
--SA
crisppy 24-Apr-12 10:35am    
could please try in vb.net
crisppy 24-Apr-12 10:44am    
instead of windows default voice can we record our own voice and make a new command? is it possible.
Sergey Alexandrovich Kryukov 25-Apr-12 16:23pm    
I'm not sure you can do it with System.Speech.Synthesis.

A command - of course, but how it is related to Speech.Synthesis? This is main thing Speech.Recognition can do. Consider this as a totally separate thing, albeit in same assembly.
--SA

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