ovos-ww-plugin-precise-onnx
August 1, 2026 · View on GitHub
A wake word plugin for OpenVoiceOS. It runs Precise-style wake word models with onnxruntime instead of tflite.
Download pre-trained models from OpenVoiceOS/precise-lite-models.
Install
pip install ovos_ww_plugin_precise_onnx
Configuration
Add the plugin to the hotwords section of mycroft.conf.
"listener": {
"wake_word": "hey_mycroft"
},
"hotwords": {
"hey_mycroft": {
"module": "ovos-ww-plugin-precise-onnx",
"model": "https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.onnx",
"trigger_level": 3,
"sensitivity": 0.5
}
}
Get community models from OpenVoiceOS/precise-lite-models.
Related projects
- OpenVoiceOS/precise-lite-models: pre-trained and community wake word models for this plugin.
- OpenVoiceOS/ovos-plugin-manager: loads and manages this plugin at runtime.
- OpenVoiceOS/ovos-dinkum-listener: the listener service that uses wake word plugins like this one.
Credits
Developed by TigreGótico for OpenVoiceOS.
This project was funded through the NGI0 Commons Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101135429.
