rhasspy / rhasspy3

An open source voice assistant toolkit for many human languages
MIT License
295 stars 23 forks source link

Start listening again after vad #59

Open Shulyaka opened 8 months ago

Shulyaka commented 8 months ago

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