Click here to Skip to main content
15,917,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to learn how I can compare the sound from a microphone to a recorded sound in C#. Something like the Shazam application.

What I have tried:

I just want a help. I will keep to looking a library.
Posted
Updated 6-May-18 17:10pm

Have a look in to the ACRCloud API, it may be helpful for you.

Identification API | ACRCloud Docs[^]

GitHub - acrcloud/webapi_example[^]
 
Share this answer
 
v2
What you're asking for is quite a complex topic. Shazam uses a technique called "audio fingerprinting". You can start your research by Googling that.
 
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