Skip to content

OVOSHatchery/ovos-ww-plugin-nyumaya

Repository files navigation

Description

Mycroft wake word plugin for Nyumaya version 1.0.0

Performance

  • Pi Zero: CPU 40%
  • Pi 3: CPU
  • Pi 4: CPU one core: 4%

Install

pip install ovos-ww-plugin-nyumaya

Configuration

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"
 }
 

Training your own wake word

You can request new wake words here