Hivemind and OVOS config shuffling. #84

Merged
gitea-sonarqube-bot merged 2 commits from benedikta-overhaul_2025-12-01T13-17-06 into main 2025-12-03 17:58:21 -05:00
2 changed files with 119 additions and 132 deletions
Showing only changes of commit 89886d0c9b - Show all commits
@@ -4,7 +4,6 @@
"path": "stdout"
},
"lang": "en-us",
,
"listener": {
"wake_word": "hey_benedikta",
"VAD": {
@@ -12,7 +11,6 @@
}
},
"hotwords": {
,
"hey_benedikta": {
"module": "ovos-ww-plugin-vosk",
"listen": true,
@@ -27,7 +25,6 @@
"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,
+1 -11
View File
@@ -4,7 +4,6 @@
"path": "stdout"
},
"system_unit": "metric",
,
"time_format": "full",
"date_format": "DMY",
"spoken_time_format": "half",
@@ -15,7 +14,6 @@
"default_persona": "Benedikta"
},
"pipeline": [
,
"stop_high",
"converse",
"ocp_high",
@@ -40,22 +38,17 @@
}
},
"tts": {
,
"module": "ovos-tts-plugin-server",
"ovos-tts-plugin-server": {
"voice": "alba-medium"
},
"fallback_module": "ovos-tts-plugin-piper",
,
"ovos-tts-plugins-piper": {
"voice": "alba-medium"
}
},
"stt": {
,
"ovos-stt-plugin-server":
}
,
"ovos-stt-plugin-server": {},
"module": "ovos-stt-plugin-server",
"fallback_module": "ovos-stt-plugin-fasterwhisper",
"ovos-stt-plugin-fasterwhisper": {
@@ -63,14 +56,12 @@
}
},
"listener": {
,
"wake_word": "hey_benedikta",
"VAD": {
"module": "ovos-vad-plugin-silero"
}
},
"hotwords": {
,
"hey_benedikta": {
"module": "ovos-ww-plugin-vosk",
"listen": true,
@@ -85,7 +76,6 @@
"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,