Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hello every body .


is there any way to recognize the speaker in c#??

my project is to search about specific voice from many voices , suppose we have a recording a meeting and i want to search only the voice of specific person and i have a voice sample of that person



juide me, please if you can
Posted

Speech recognition and specific person identification are advanced research topics, if you did this you could make a lot of money.

Start here : Get Started with Speech Recognition[^]

http://en.wikipedia.org/wiki/Speaker_recognition[^]
 
Share this answer
 
Comments
Me is Needer 12-Oct-14 10:29am    
thank you ^_^
Well, to be generally speaking about Speech, you can always use Microsoft's Speech APIs. http://msdn.microsoft.com/en-us/library/system.speech.recognition(v=vs.110).aspx[^].

But as already said, you need to work around on this project, as it is really very hard to find the specific patterns in the Speech and the audio provided by the Microphone. Grammer, SpeechRecognizer etc these methods are used to find out the patterns of the speaker' voice. You can surf the Microsoft's developer network to find out the required APIs. This question and topic, as it stands, is really very broad.
 
Share this answer
 
Comments
Me is Needer 12-Oct-14 10:29am    
thank you ^_^
Afzaal Ahmad Zeeshan 12-Oct-14 14:23pm    
You're most welcome.

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