문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top