Saving OVOS progress for now...

This commit is contained in:
2025-12-06 20:32:35 -05:00
parent 82637347b5
commit 127aa27530
3 changed files with 24 additions and 40 deletions
+3 -22
View File
@@ -1,34 +1,15 @@
{
"log_level": "INFO",
"logs": {
"path": "stdout"
},
"lang": "en-us",
"logs": { "path": "stdout" },
"listener": {
"wake_word": "hey_benedikta",
"sample_rate": 16000,
"VAD": {
"module": "ovos-vad-plugin-silero"
}
},
"hotwords": {
"hey_benedikta": {
"module": "ovos-ww-plugin-vosk",
"listen": true,
"debug": false,
"rule": "equals",
"samples": [
"hey benedicta",
"hey benedikta",
"benedikta",
"benedicta"
],
"fallback_ww": "hey_benedikta_pocketsphinx"
},
"hey_benedikta_pocketsphinx": {
"module": "ovos-ww-plugin-pocketsphinx",
"phonemes": "HH EY . B EH N AH D IY K T AH",
"threshold": 1e-10,
"lang": "en-us",
"module": "ovos-ww-plugin-precise-lite",
"listen": true
}
}