Can ESP32-WROVER-KIT handle wake word detection without an audio chip?
Hi everyone, im starting to work with esp32-wrover-kit right now. I'm looking for wake word engine (and speech recognition like Alexa) throught sdcard audio file. But i saw that esp-adf and Skainet framework works only with board with built-in audio chip.
Anyone know if is possible to do something like that with my board, or im just wasting time?
Anyone know if is possible to do something like that with my board, or im just wasting time?
Solution
@wafa_ath Yes, it's possible to get wake word detection and speech recognition working on your ESP32-WROVER-KIT. You'll just need to add an external audio codec and tweak frameworks like ESP-ADF or Skainet to suit your board. It's definitely doable, but it will take some extra hardware and setup