Spotify Looper: Day 6
Managed to get a live update of playerState and the play/pause toggle will switch when the Spotify app changes state. But it’s not two-way yet.
Managed to get a live update of playerState and the play/pause toggle will switch when the Spotify app changes state. But it’s not two-way yet.
Fixed the callback issue. I had the wrong bundle id set in Xcode 🤦🏻♂️
Fixed the Obj-C import, and app launches, but gets caught in a loop authorising with Spotify
Work though iOS SDK tutorial
Are there any existing DJ apps? Are there any existing DJ web implementations?
There doesn’t appear to be a way to get the raw PCM audio stream directly from any of the official APIs—they all implement their own player is some way. Ther...