Blog
Guides and tutorials for integrating wake word detection into your projects.
Wake Word Detection on Raspberry Pi
Run a custom ONNX wake word model on Raspberry Pi using Python and openWakeWord. Complete setup from hardware to systemd service.
Custom Wake Word Detection in React Native
Add always-on wake word detection to your React Native app using onnxruntime-react-native and the Expo Audio API. Full implementation guide with code.
Wake Word Detection in Python with ONNX Runtime
Step-by-step guide to running a custom ONNX wake word model in Python using onnxruntime and sounddevice for real-time microphone inference.
Best Custom Wake Word Tools: A Practical Comparison
Comparing the best tools for custom wake word detection — Picovoice Porcupine, Azure Custom Keyword, Snowboy, openWakeWord, and Outspoken.
How to Train a Better Wake Word Model: Parameters, Phonetics, and Practical Tips
Understand what every training parameter does, why some wake words are easier to detect than others, and how to get the best results.
Wake Word Detection with Home Assistant
Set up custom wake word detection in Home Assistant using openWakeWord and your trained ONNX model.