Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Almost every speech recognition project is based on some algorithm.So kindly tell me which algorithm you are implementing in this demo project and where and how?
Posted
Comments
Sergey Alexandrovich Kryukov 29-Feb-12 21:35pm    
Who are you talking to?.. which project?
--SA
napster2 1-Mar-12 10:58am    
SIR I am talking about the demo project of "SPEECH RECOGNITION " by tambi ashmoz
El_Codero 1-Mar-12 17:32pm    
I think you should read the entire article, he's using SAPI SDK (Speech Library from Microsoft), download here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=5e86ec97-40a7-453f-b0ee-6583171b4530&DisplayLang=en

MSDN Reference:
http://msdn.microsoft.com/en-us/library/ms723627%28v=vs.85%29.aspx

Or I'm wrong and you're motivated to learn HOW speech recognition works? In this case read Solution 1. Good Luck!

1 solution

oh, this is a really huge topic. I worked two years with a company which made their own voices, recognition and everything that goes with it.
They employed a team of mathematician to optimize their pronounciation and recognition. Very interesting!

I think this is a good introdution:

http://arxiv.org/pdf/cmp-lg/9608018.pdf

Regards
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 29-Feb-12 21:37pm    
Well, very interesting article, my 5. However, it does not look like OP understand he/his own question...
--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