I want an example to stream recorded audio in ESP-EYE to browser or any of interned media (i.e. cloud) #902
-
I have a project using ESP-EYE, it has built in microphone already connected by I2S. I think I managed to init the microphone, but the issue is I don't have any mean to test the recorded voice as there is no SD card mounted. I am thinking to stream my recorded audio from the C buffer to any of URL so that I can hear it back from internet. Could someone give me if there is example closely resemble what I need here? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I don't understand why you even ask this question: you can find this information in the existing documentation: https://github.com/pschatzmann/arduino-audio-tools/wiki/Examples Don't forget the existing issues |
Beta Was this translation helpful? Give feedback.
-
This guy does something similar to what you requested, but it is not for the esp eye and uses external mems microphone instead: |
Beta Was this translation helpful? Give feedback.
-
The examples related to the different communications protocols can be found in examples-communication. |
Beta Was this translation helpful? Give feedback.
I don't understand why you even ask this question: you can find this information in the existing documentation: https://github.com/pschatzmann/arduino-audio-tools/wiki/Examples
Don't forget the existing issues