I've recently acquired a Wroom.
I've successfully managed to adapt the a2dp source example from idf to play a .wav song from a sd card.
I'd like to play a .mp3 song, to save memory in the sd card.
I tried to use the adf libs (I followed the get-started guide), to use the mp3 decoder.
I thus modified the Makefile, to use
Code: Select all
include $(ADF_PATH)/project.mk
Does anyone know how I should proceed ?
Also, I'm wondering if the fact that I have a WROOM and not a LYRAT would pose a problem ? I only need the mp3 decoder, and I think it's only software, and no hardware, so I imagine it wont...
Thank you for any answer