i really need help with this.. i am trying to create an application that will be able to recognize the sounds that the user has already recorded. and once the sounds are matched, it must alert the user.

Any idea on how i can go about to start this? its a school project.. and i have to use c# and visual studios This is my major project and i have no idea on how to start

what are the softwares that i would need other than visual studios? and if possible does anyone have any sample codes for reference.

Please help.. Thank you in advance

link|improve this question
Sound (songs, music etc) or speech? – Shadow Wizard Feb 6 at 7:47
So basically you want to compare to audio files? Let's say (for sake of simplicity), you want to "compare 2 wav files"? Have a look at this: stackoverflow.com/questions/2306079/… – Bazzz Feb 6 at 8:31
feedback

1 Answer

Maybe have a look here for a list of audio fingerprinting systems. musicbrainz.org is generally a good source of information on this topic.

EDIT: Also have a look at this answer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.