Mycroft wake word plugin for Nyumaya version 1.0.0
- Pi Zero: CPU 40%
- Pi 3: CPU
- Pi 4: CPU one core: 4%
pip install ovos-ww-plugin-nyumaya
The default free wake words are included with this plugin
Add the following to your hotwords section in mycroft.conf
"hotwords": {
"alexa": {
"module": "ovos-ww-plugin-nyumaya",
"model": "alexa",
"sensitivity": 0.5,
"extractor_gain": 1.0
},
"marvin": {
"module": "ovos-ww-plugin-nyumaya",
"model": "marvin",
"sensitivity": 0.5,
"extractor_gain": 1.0
},
"sheila": {
"module": "ovos-ww-plugin-nyumaya",
"model": "sheila",
"sensitivity": 0.5,
"extractor_gain": 1.0
},
"firefox": {
"module": "ovos-ww-plugin-nyumaya",
"model": "firefox",
"sensitivity": 0.5,
"extractor_gain": 1.0
}
}
Then select what wakeword to use
"listener": {
"wake_word": "alexa"
}
You can request new wake words here