witnessmenow / spotify-api-arduino

Arduino library for integrating with the Spotify Web-API (Does not play music)
MIT License
178 stars 33 forks source link

Audio playing #31

Closed priyansh-shankhdhar closed 3 years ago

priyansh-shankhdhar commented 3 years ago

i am building a project in which i am able able to authorize with spotify and receive token thus getting music information, but i wish to play music and recieve the mp3 audio info ? can we do that ? I yes how? I am using Esp32

witnessmenow commented 3 years ago

Not through the API

Kind of through a project like this, but It's way out of scope for this library:

https://github.com/sle118/squeezelite-esp32