Page 1 of 1

ESP-SR and numbers

Posted: Mon Mar 02, 2026 10:51 am
by requireiot
I defined several commands that include numbers, such as "set timer to twenty ticks" and "set timer to twenty-five ticks". ESP-SR always recognizes the shorter command, e.g. if I say "set timer to twenty-five ticks", it reports recognizing "set timer to twenty ticks".
It also appears to have difficulties recognizing the word "minutes", so I use "ticks" for now.

This is an ESP-IDF project with Arduino-as-a-component 3.3.3 on an ESP32-S3, SDK 5.5.1, ESP-SR 2.2.2, model MultiNet7. Log output says

Code: Select all

MC Quantized wakenet9: wakenet9l_v4h8_Alexa_3_0.640_0.650, tigger:v4, mode:4, p:0, (Nov 11 2025 10:37:06)
Quantized MultiNet7:rnnt_ctc_2.0, name:mn7_en, (Nov 11 2025 10:37:06)
Quantized MultiNet7 search method: 2, time out:5.8 s

How can I get ESP-SR to recognize the correct command?