|
|
|
|
|
by elif
454 days ago
|
|
"
Why did you pick these default wake words and not something like “computer” or “okay assist”?
A wake word should be uncommon in everyday conversations at home or in media, such as music or TV, to minimize the risk of the device activating unintentionally. “Nabu”, “Jarvis”, and “Mycroft” ...
" They hardcoded the wake words in hardware... Why not just use LLM common sense to say "does this really sound like a purposeful activation?" Or put a GPU in there, or export the call to your PC like they require for text to speech? For being a DIY thing, they made it inexplicably hard to D |
|
The alternative for a dedicated low power device is to have trained a model to run on smaller micro controllers so that it can run locally on low powered devices (https://github.com/kahrendt/microWakeWord) this is what they have chosen for their dedicated devices.
This choice also comes with much higher default privacy. Which is great as home assistant offers cloud integration and the fact that they put privacy first in this area makes it much easier to trust they do the right thing in other areas.
A brief run down on the subject https://www.home-assistant.io/voice_control/about_wake_word/