Page 1 of 1

Speech recognition with ESP32-S2?

Posted: Mon Apr 19, 2021 6:48 am
by Barakv75
Is it possible to use Speech recognition with ESP32-S2 ?
Is there any example?

Re: Speech recognition with ESP32-S2?

Posted: Mon Apr 19, 2021 1:50 pm
by Vader_Mester
Barakv75 wrote:
Mon Apr 19, 2021 6:48 am
Is it possible to use Speech recognition with ESP32-S2 ?
Is there any example?
Hello.

Yes, it is integrated into ESP-ADF. Read dis:
https://docs.espressif.com/projects/esp ... index.html

You should read this page, as it contains the official documentation of what Espressig provides, so you can properly set it up and start using it.

Re: Speech recognition with ESP32-S2?

Posted: Tue Apr 20, 2021 10:49 am
by Barakv75
Thanks,
The compilation failed and I'm getting linker error:
undefined reference to `esp_sr_wakenet5_quantized'
I believe it's regarding the extern variables in rec_eng_helper.c file.

Have any idea why?
Thanks