Skip to content

disable wake words in mycroft, only button press for listening

Notifications You must be signed in to change notification settings

HelloChatterbox/dummy_wakeword_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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"

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

About

disable wake words in mycroft, only button press for listening

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages