How do I enable voice command to interrupt playback? #1303
-
|
Device: ESP32-S3-1.54-MUMA I ask for your help in setting up the interruption of playback using a wake word. I have added the Alexa wake word and enabled various settings in the menu related to noise suppression, but none of this is working. There is already a piece of code for this, but the condition doesn't trigger no matter what I try. I changed the code for this section: However, it does work like this, but I have to shout very loudly. Could you share how you configured interruption by voice command? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Try to use the wake word "Alexa" to interrupt the AI speaking. |
Beta Was this translation helpful? Give feedback.
It is challenging to implement voice interruption without AEC. If you are receiving data from the MIC, the overwhelmingly loud speaker will drown out all other voices.