You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use M5stick to detect voice commands at any time, even without internet. I know there are some frameworks that exist, however, most of them are not meant for Arduino IDE. There seems to be no Arduino library for ESP32 for voice recognition.
With that said, it means that it is very possible to do voice recognition with only ESP32 and a compatible microphone. Can someone point out how or when there would be an example for Arduino IDE?
The text was updated successfully, but these errors were encountered:
Hello all,
I would like to use M5stick to detect voice commands at any time, even without internet. I know there are some frameworks that exist, however, most of them are not meant for Arduino IDE. There seems to be no Arduino library for ESP32 for voice recognition.
I am aware that this example exists for M5StickC:
https://github.com/m5stack/M5StickC/blob/master/examples/Basics/Micophone/Micophone.ino
Some repositories for ESP32 voice recognition I found are:
https://github.com/espressif/esp-skainet
https://github.com/MhageGH/esp32_CloudSpeech
With that said, it means that it is very possible to do voice recognition with only ESP32 and a compatible microphone. Can someone point out how or when there would be an example for Arduino IDE?
The text was updated successfully, but these errors were encountered: