Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

shazam like feature in ios app?

Tags:

ios

shazam

I would like to write an app that allows users to identify songs by putting the mic next to a speaker and listen to the song for a few seconds... so exactly what Shazam does.

Is there any framework or library or service I can use out there to accomplish that in iOS?

like image 368
zumzum Avatar asked Oct 08 '22 21:10

zumzum


2 Answers

You need an API which you can query. An example uf such an API is Gracenote You could also have a look at Musicbrainz

like image 129
Sbhklr Avatar answered Oct 12 '22 13:10

Sbhklr


Yes you can have a look at the echoprint library developed by echonest here They provide a c++ library to compute the audio fingerprint which can be used under iOS. They also give the ios example!

like image 20
lizzie Avatar answered Oct 12 '22 12:10

lizzie