Click here to Skip to main content
15,917,062 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to search a specific voice from an audio tape.
suppose I have a recording of a meeting and I want to fetch the voice of a specific person.
is there any technique in C# relating this kind of problem.
Posted
Comments
ZurdoDev 8-Jul-13 8:47am    
I don't believe .Net natively has any classes to do that but I'll bet there are 3rd party dlls to do it.
Bernhard Hiller 8-Jul-13 10:55am    
SpeechMagic (formerly developed by Philips, now owned by Nuance) contains a feature for detecting if the current user is the "correct" user of the speech recognition profile. That is, technology related to your problem does exist. But I do not know further details.

1 solution

read sound processing and pattern and pattern recognition book
also recommended know about soft computing (specially fuzzy logic)
i suggest you use MATLAB and then use tools such as (Matlab Application) to integration Matlab with C#.
search for "Using Matlab from C# application"
 
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