Page 1 of 1

Alex wake word not working with ESP32-S3-BOX-Lite Development Board

Posted: Mon Aug 28, 2023 6:43 pm
by jarritto
Has anyone been able to get the Alexa wake word working on their box-lite? I've tried the "factory_demo" from here: https://github.com/espressif/esp-box for master, 0.50, and 0.30 versions and they never work. If I select Alexa as the wake word the ESP32 will crash at boot. If I use multi-word wake word it will recognize Hi ESP but will never recognize Alexa. Is Alexa just not supported yet?

Re: Alex wake word not working with ESP32-S3-BOX-Lite Development Board

Posted: Mon Sep 04, 2023 2:05 pm
by ESP_Xuxin

Code: Select all

char *wn_name = esp_srmodel_filter(models, ESP_WN_PREFIX, (SR_LANG_EN == g_sr_data->lang ? "hiesp" : "hilexin"));
did you select the right name of wn_name?