Hivemind config trial and error... #85

Merged
gitea-sonarqube-bot merged 2 commits from benedikta-overhaul_2025-12-01T13-17-06 into main 2025-12-07 10:25:21 -05:00
3 changed files with 7 additions and 43 deletions
Showing only changes of commit ded7865e89 - Show all commits
+4 -7
View File
@@ -2,15 +2,12 @@
"log_level": "INFO",
"logs": { "path": "stdout" },
"listener": {
"sample_rate": 16000,
"continuous_listen": true,
"microphone": {
"module": "ovos-microphone-plugin-socket"
},
"VAD": {
"module": "ovos-vad-plugin-silero"
}
},
"hotwords": {
"hey_benedikta": {
"module": "ovos-ww-plugin-precise-lite",
"listen": true
}
}
}
@@ -25,38 +25,8 @@
},
"binary_protocol": {
"module": "hivemind-audio-binary-protocol-plugin",
"hivemind-audio-binary-protocol-plugin": {
"stt": {
"module": "ovos-stt-plugin-fasterwhisper",
"ovos-stt-plugin-fasterwhisper": {
"model": "base.en"
}
},
"tts": {
"module": "ovos-tts-plugin-piper",
"ovos-tts-plugin-piper": {
"voice": "alba-medium"
}
},
"vad": {
"module": "ovos-vad-plugin-silero",
"ovos-vad-plugin-silero": {}
},
"wake_word": "hey_benedikta",
"hotwords": {
"hey_benedikta": {
"module": "ovos-ww-plugin-precise-lite",
"model": "https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.tflite"
}
}
}
},
"module": "hivemind-audio-binary-protocol-plugin",
"hivemind-audio-binary-protocol-plugin": {},
"network_protocol": {
"hivemind-websocket-plugin": {
"host": "0.0.0.0",
+1 -4
View File
@@ -56,10 +56,7 @@
}
},
"listener": {
"wake_word": "hey_benedikta",
"VAD": {
"module": "ovos-vad-plugin-silero"
}
"wake_word": "hey_benedikta"
},
"hotwords": {
"hey_benedikta": {