Kelvin Lau
Kelvin Lau

Reputation: 6771

Is it possible to access stream data from Spotify?

I'm looking to build an app that streams music from spotify and manipulates the tempo and pitch of songs.

Is it possible to access the raw audio buffers from the Spotify iOS SDK, or from any other resource?

Upvotes: 1

Views: 1001

Answers (1)

arirawr
arirawr

Reputation: 1275

No, raw audio is not accessible through any Spotify API/SDK. (PS, I highly recommend you read the Developer Terms of Service)

Upvotes: 1

Related Questions