开发者

Intent to call Shazam to recognize a song

开发者 https://www.devze.com 2023-04-02 20:50 出处:网络
Is there an intent to launch the application Shazam, then recognize a song and use the re开发者_高级运维sults in your own application?There is no officially published and supported URL: http://pastie.

Is there an intent to launch the application Shazam, then recognize a song and use the re开发者_高级运维sults in your own application?


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消