Y
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
knodi123
761 days ago
that's the general idea, yes. Or rather, store several chunks of audio, and discard the oldest. aka "Rolling window".
link