Replies: 1 comment
-
This is way too complicated to build in one step: follow the advice given in this Wiki and test each function separatly! You could also use more functionality from this library and use a more declarative way and define processing chains for the processing:
Here is a simple example that posts the audio directly w/o the need to write anything into a file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to connect to the internet using the ESP32 A1S Audio Kit, record audio from the microphone, save the recording to the SD card, then convert the recorded audio to base64 and send it to a web service. After receiving the response, I want to save it to the SD card and then play it through the speaker. My code is below — could you please help me?
Beta Was this translation helpful? Give feedback.
All reactions