Request for Voice Recognition
dominicklee opened this issue · 1 comments
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?
I would be ok with an example of voice recording and sending in wav format to an http api.
(A Michael Knight watch is in progress) :-D