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

Wake word support #237

Open
timmo001 opened this issue May 10, 2024 · 4 comments
Open

Wake word support #237

timmo001 opened this issue May 10, 2024 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed no-stale

Comments

@timmo001
Copy link
Owner

Looking to implement openwakeword, this would probably require converting the application to use the wyoming protocol

@timmo001 timmo001 added the enhancement New feature or request label May 10, 2024
@timmo001
Copy link
Owner Author

Looking for experts on this subject, any help would be great

@timmo001 timmo001 added help wanted Extra attention is needed no-stale labels May 10, 2024
@timmo001 timmo001 pinned this issue May 10, 2024
@timmo001
Copy link
Owner Author

This might be an example of what can be used:

https://github.com/dscripka/openWakeWord/blob/main/examples/web/README.md

@timmo001
Copy link
Owner Author

This example contains an example streaming to a python server with openwakeword:

image

For custom models, I have only been able to get this working not on windows (wsl works also), due to the requirement for tensorflow-runtime:

image

aidan@XPS-15-9530:~/openWakeWord/examples/web$ python3 streaming_server.py --model_path /home/aidan/computer_v2.tflite

@timmo001
Copy link
Owner Author

timmo001 commented May 10, 2024

I think the end goal we want to accomplish is to stream audio to the wyoming-openwakeword / home assistant server, and use the selected pipeline's wake word, instead of implementing our own. While running locally is nice, it doesnt give us the flexibility to use whatever wake word the user wants.

It also would be a pain to make the above cross platform, Windows (non-wsl) being the problem this time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed no-stale
Projects
None yet
Development

No branches or pull requests

1 participant