Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guard implementation against no MWW (Micro Wake Word) in case user want to use OpenWakeWord instead or no wakeword. #244

Open
Hedda opened this issue Jan 30, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Hedda
Copy link

Hedda commented Jan 30, 2025

Summary

Guard implementation against no MWW (Micro Wake Word) in case user want to use OpenWakeWord instead, or use no wakeword.

Basic example

Looks like this is implemented in home-assistant-voice-pe repository -> esphome/home-assistant-voice-pe#291

Motivation

Fact is some users prefer to use OpenWakeWord instead for now because creating your own MicroWakeWord model that works good is still hard.

End-user should have the option to use on-device wakeword (MicroWakeWord)) or server-side wakeword (OpenWakeWord) or no wake word at all (in case some end-user just want to use it as a media player output device for whatever reason).

@Hedda Hedda added the enhancement New feature or request label Jan 30, 2025
@that1guy
Copy link
Collaborator

@Hedda thanks for making this recommendation. It makes complete sense to do what we can to support on-device and server-side wake word. I'll certainly look into this.

@that1guy that1guy self-assigned this Jan 31, 2025
@formatBCE
Copy link

The link you provided is related to the VA component, which SAT1 is using too.

The PE software, on the other hand, doesn't have any OWW-related setup. It just relies on MWW, unlike previous configs from NabuCasa (i.e. for ESP32-S3_BOX3, where you could choose which engine to use).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants