2

Is there an intent to launch the application Shazam, then recognize a song and use the results in your own application?

2 Answers2

3

There is no officially published and supported URL: http://pastie.org/1656688/wrap has a list of some on the Activity classes implemented by Shazam. You might be able to launch one of them with startActivityForResult and read the return value.

Femi
  • 64,273
  • 8
  • 118
  • 148
0

You can probably use this shazam unofficial API which returns all the data you require. You can get the API from here

PS: I created this API so you can contact me for any query

Yash Makan
  • 706
  • 1
  • 5
  • 17