schreibfaul1 / ESP32-vs1053_ext

With this library You can easily build a WebRadio with a ESP32 board and a mp3-module. See: https://www.youtube.com/watch?v=u4u9NvZvWRk
GNU General Public License v3.0
105 stars 29 forks source link

How to save mp3 file in sd card downloaded from API. #30

Open rjrajbir opened 1 year ago

rjrajbir commented 1 year ago

Hi , First of all thank you for the library, it helps me a lot. But my half work is getting done here that playing mp3 saved in sd card. But my work have two steps

  1. Save mp3 file in sd card from an api
  2. Play that mp3 file

So my 2nd step is completed but I am stucked with first one, like download the mp3 file firs and save it in sd card.

Could you please help me out.

Regards Rajbir