openWakeWord for Rhasspy
Find a file
Dale 4222295766 Detect wake words from multiple audio streams
Allows running Open Wake Word centrally (on base) and all Rhasspy satellites stream audio to the base.
2023-04-27 17:25:20 +02:00
.flake8 Send wake word to Rhasspy 2023-04-23 12:11:27 +02:00
.gitattributes Initial commit 2023-04-22 21:37:26 +02:00
.gitignore Send wake word to Rhasspy 2023-04-23 12:11:27 +02:00
config.yaml.example Detect wake words from multiple audio streams 2023-04-27 17:25:20 +02:00
detect.py Detect wake words from multiple audio streams 2023-04-27 17:25:20 +02:00
Dockerfile Dockerise the application 2023-04-23 17:12:57 +00:00
LICENSE Initial commit 2023-04-22 21:37:26 +02:00
README.md Update readme 2023-04-23 19:57:10 +02:00
requirements.txt Send wake word to Rhasspy 2023-04-23 12:11:27 +02:00

openWakeWord for Rhasspy

openWakeWord is an open-source library for detecting common wake-words like "alexa", "hey mycroft", "hey jarvis", and other models. Rhasspy is an open-source voice assistant. openWakeWord is not bundled into Rhasspy.

This project runs openWakeWord as a stand-alone Docker service, which receives audio from Rhasspy, detects when a wake-word is said, and then notifies Rhasspy.