An open-source audio wake word (or phrase) detection framework with a focus on performance and simplicity. Current version is 0.6.0. Releases are periodic with enhancements and bug fixes.
pip install openwakewordVerified import paths — ran on the pinned version, not inferred.
Initialize the wake word detector and run prediction on audio chunks.
Run `openwakeword.utils.download_models()` or `python -m openwakeword.utils.download_models` before inference.
Install tensorflow or onnxruntime as needed, and specify framework='onnx' if you prefer ONNX.
Convert audio to float32 and normalize before passing to predict.
No dependency data recorded yet.