espressif / esp-adf

Espressif Audio Development Framework
Other
1.54k stars 676 forks source link

Receving audio data from client to esp32 webserver (AUD-4922) #1082

Open saad611 opened 1 year ago

saad611 commented 1 year ago

I would like to inquire if there is any example provided for decoding mp3 data getting recieved from mobile app (client) to esp32 (acting as webserver) receiving audio data in chunks and getting decoded using ADF?

I went thorugh the examples such as http stream, raw stram, tts stream but didn't found any reliable way to decode the received bytes in adf pipeline.