Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can anybody help me..!!!
how can i build simple voice recognition using html...
I'm newbies in voice recognition....
Posted

There is not such thing in HTML, ASP or Flash.

If your can use .NET, you can use ASP.NET. With .NET, image recognition is available using System.Speech, name space System.Speech.Recognition. You should understand: you can bind this speech recognition language only on server side (who knows what your client has? only a Web browser). So, you should send audio from client to server and feed it to the recognition task.

This is not a very easy project, I would say.

—SA
 
Share this answer
 
v2
Comments
Albin Abel 23-Mar-11 1:04am    
Hmm .Net make life easier, even before people understand what voice means. Nice to hear. My 5 :)
Sergey Alexandrovich Kryukov 23-Mar-11 1:29am    
Nice to recognize what you here.
Thank you, Albin.
--SA
LearningPerson 23-Mar-11 1:31am    
speech recognition that have been provided by windows...can we implemented the speech recognition in html?
Sergey Alexandrovich Kryukov 23-Mar-11 1:39am    
There is no such thing, I already answered. I explained what's involved.
--SA
Sergey Alexandrovich Kryukov 23-Mar-11 1:41am    
No, the whole notion does not even makes sense. HTML is HTML. Do I need to explain what is that?
I explained all what involved in my Answer.
--SA
As you are starting, this presentation may give you an insight

http://home.iitk.ac.in/~rhegde/ee627_2010/lec_3.4.pdf[^].

Its title say basic, but you can't avoid fiddling with mathematics. But try to browse the books given at the end of the presentation.

The key is understanding the properties of human? voice. Then your job will be easy finding those properties from a digital signal/ byte.
 
Share this answer
 
This can be a good start for you:
Voice recognition[^]
 
Share this answer
 

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