OpenVoiceOS / ovos-ww-plugin-vosk

vosk wake word plugin for mycroft
Apache License 2.0
8 stars 2 forks source link

feat/v0.0.2 #2

Closed JarbasAl closed 2 years ago

JarbasAl commented 2 years ago

example portuguese wake word

    "computador": {
        "module": "ovos-ww-plugin-vosk",
        "listen": true,
        "lang": "pt"
    },

example multiple wake word config

 "hey_xxx": {
        "module": "ovos-ww-plugin-vosk-multi",
        "listen": true,
        "full_vocab": false,
        "keywords": {
           "hey mycroft": {"samples": ["hey mycroft", "hey microsoft", "hey minecraft"], "rule": "fuzzy"},
           "hey neon": {},
           "hey computer": {},
           "hey jarvis": {},
           "computador": {"lang": "pt"},
           "jarbas": {"lang": "pt"}
        },
        "time_between_checks": 1.0
    }
JarbasAl commented 2 years ago

@NeonDaniel try this one out

    "hey_neon": {
        "module": "ovos-ww-plugin-vosk",
        "listen": true,
        "lang": "en-us",
        "samples": ["hey neon"],
        "time_between_checks": 0.6
    },