m5stack / M5StickC

M5StickC Arduino Library
MIT License
477 stars 222 forks source link

Request for Voice Recognition #112

Open dominicklee opened 4 years ago

dominicklee commented 4 years ago

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?

alfem commented 3 years ago

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