Reputation: 196
I want to get audio data of the currently streaming music via Apotify. I want to call BufferAnalyzer(https://developer.spotify.com/docs/apps/api/1.0/api-audio-bufferanalyzer.html) to get audio data. Is it possible to call it using Android code?
Upvotes: 0
Views: 174
Reputation: 18776
No. The Apps API you reference is only available to HTML/JavaScript apps running inside the Spotify desktop client.
Upvotes: 2