I'm investigating to add Spotify Connect to my hardware audio player having an embedded microcontroller.
What would be the memory size needed to add the Spotify Connect embedded SDK to my firmware?
- In case I do the decompression in my microcontroller.
- In case I don't do the decompression in the microcontroller and just passing the compressed streaming data (e.g. via SPI) to an external hardware decoder.