6 ms·
how does wake word work? Does it keep listening and ignore if the last few seconds does not have the wake word/phrase?
by aci_12 2y ago
how does wake word work? Does it keep listening and ignore if the last few seconds does not have the wake word/phrase?
- knodi123 2y agothat's the general idea, yes. Or rather, store several chunks of audio, and discard the oldest. aka "Rolling window".