Hacker News new | ask | show | jobs
by aci_12 761 days ago
how does wake word work? Does it keep listening and ignore if the last few seconds does not have the wake word/phrase?
1 comments

that's the general idea, yes. Or rather, store several chunks of audio, and discard the oldest. aka "Rolling window".