I'm using libspotify and I spent a lot of time searching in google and in the documentation about the callback method :
music_delivery(sp_session *session, const sp_audioformat *format, const void *frames, int num_frames)
.
I'm trying to print the content of each frame but the printed values are not really correct (only nan or big negative values).
It seems I don't understand how it works...
Is someone able to help me ?
Thanks a lot !
Sébastien.