Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
Hi Friends,
I am developing an windows application for which i have developed one module of speech-to-text and text-to-speech. But for another module my requirement is to identify the person from voice (Voice Recognition).
Any kind of help is appreciated.

Note: Please do not give solution on speech recognition as i already know and done the same.

Thanks.
Posted

Hi,
Go through the following link it will give you an idea-
Speaker_recognition[^]
 
Share this answer
 
Comments
crisppy 23-Apr-12 11:18am    
hey m also working in this project . but wanted to do without using windows inbuilt recognizer. so please can u help
crisppy 23-Apr-12 11:42am    
can u??? can anyone?
Please go through following thread, this question is solved on this forum
what's the fundamental's of a speech to text application with c#?[^]
Get the exact time of word spoken, Speech Recognition c#[^]
Hope it will do some needful for you..
 
Share this answer
 
v2
Comments
javedsmart 19-Apr-12 9:14am    
Dear Prasad please read the question carefully as i have already mentioned, i dont want solution on speech recognition i have it. i want to develop voice recognition (identify the person whose voice is playing).
Prasad_Kulkarni 19-Apr-12 9:15am    
your question itself states that you want to 'Develop Voice Recognition'
javedsmart 19-Apr-12 9:19am    
please go through this link:
http://en.wikipedia.org/wiki/Voice_recognition
Well, accuracy will be a major issue! Someone like Jim Carey could just imitate you and it would think it was you. What I would recommend is use FFT to analyse the input and get the different pitches in the persons voice. Using some magical algorithms after that(probably found in the neural networks section :P) try find a pattern in a persons voice.

Good luck. Thats the best I can offer :P
 
Share this answer
 
Comments
javedsmart 19-Apr-12 9:18am    
Thanks Dominic. could you please tell me more about FFT.
DominicZA 19-Apr-12 9:25am    
Do a little search on wikipedia. Its quite a popular algorithm.
Look here: 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