Skip to content

nyumaya/ovos-ww-plugin-nyumaya

 
 

Repository files navigation

Description

Mycroft wake word plugin for Nyumaya version 3.1.0 Compatible with 3.1.X models.

Performance

  • Pi Zero: CPU 52%
  • Pi 3: CPU one core: 12%
  • Pi 4: CPU one core: 4%
  • i.MX8 CPU one core: 4%
  • i.MX6 CPU one core: 11.9% (CortexA9)

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

About

mycroft wake word plugin for nyumaya v3.1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%