Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HelloChatterbox/dummy_wakeword_plugin

disable wake words in mycroft, only button press for listening
https://github.com/HelloChatterbox/dummy_wakeword_plugin

mycroft plugin wake-word

Last synced: 2 months ago
JSON representation

disable wake words in mycroft, only button press for listening

Awesome Lists containing this project

README

        

## Description
This adds a simple plugin for disabling wake word.

In this case wake word is only triggered by button_press/bus signal

## Install

`pip install chatterbox-wake-word-plugin-dummy`

Then configure a wake_word with module to 'dummy_ww_plug`

NOTE: wakeword config is ignored and wake word name (or other fields) do not matter, you only need an entry with module set to "dummy_ww_plug"

```json
"listener": {
"wake_word": "dummy"
},
"hotwords": {
"dummy": {
"module": "dummy_ww_plug"
}
}

```

## Use cases

- linux phones or other low powered devices (cant run a full wake word engine)
- privacy critical applications (no listening unless physical action)