I'm using pyspotify, a python wrapper for libspotify to play songs from Spotify. I'd like to do some audio analysis on the whole song before starting playback, is there a way to get the audio from the whole song at once?
The music_delivery callback is invoked throughout the playback, maybe there's a way for it to be invoked immediately when data is available from server?