Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Plz Told me how to create a Speak Recognisation program in c++ programming language
Posted
Comments
Bernhard Hiller 22-Aug-13 2:42am    
Develop everything by yourself for a language not yet support by commercial speach recognition engines? Or just embed an existing engine into your application?

I assume you will be developing on Windows.

C++: You can use the (Speech API[^]).

C# (if you decide to go that way): There are some API[^] available for that.

If you need to re-invent the wheel, then you will need to learn about the different speech recognition algorithms; I assume it includes a lot of spectral (spectrum?) analysis.

Just google it.

Max.
 
Share this answer
 
 
Share this answer
 
Comments
H.Brydon 21-Aug-13 22:57pm    
I read your answer and gave it a +5 (obscure reference to your other comment). :-)
CPallini 22-Aug-13 2:23am    
Thank you. :-)

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