Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OpenVoiceOS/ovos-ww-plugin-nyumaya

mycroft wake word plugin for nyumaya v1.0.0
https://github.com/OpenVoiceOS/ovos-ww-plugin-nyumaya

keyword-detection keyword-spotting maintainer-wanted nyumaya wake-word-detection wakeword

Last synced: 2 months ago
JSON representation

mycroft wake word plugin for nyumaya v1.0.0

Awesome Lists containing this project

README

        

## Description
Mycroft wake word plugin for [Nyumaya](https://github.com/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

```json
"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

```json
"listener": {
"wake_word": "alexa"
}

```

# Training your own wake word

You can request new wake words [here](https://nyumaya.com/requesting-custom-keywords/)