With this PR it is now possible to interrupt the response with a wake word and ask a new question without waiting for the full answer. If loop is enabled, when the user stops speaking (after vad), a new iteration of the loop is started right away (if the wake domain is enabled), and if the wake word is detected, the previous iteration is canceled.
Fixes #54
With this PR it is now possible to interrupt the response with a wake word and ask a new question without waiting for the full answer. If loop is enabled, when the user stops speaking (after vad), a new iteration of the loop is started right away (if the wake domain is enabled), and if the wake word is detected, the previous iteration is canceled. Fixes #54