Durga Malleswari
Durga Malleswari

Reputation: 196

Can we call Spotify api BufferAnalyzer using Android code

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

Answers (1)

iKenndac
iKenndac

Reputation: 18776

No. The Apps API you reference is only available to HTML/JavaScript apps running inside the Spotify desktop client.

Upvotes: 2

Related Questions