Hivemind config trial and error...
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 1m5s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 10m19s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Successful in 10m19s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 14m36s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 19m10s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 26s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Failing after 6m0s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 6m11s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 9m9s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 13m5s
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 1m5s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 10m19s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Successful in 10m19s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 14m36s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 19m10s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 26s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Failing after 6m0s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 6m11s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 9m9s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 13m5s
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -56,10 +56,7 @@
|
||||
}
|
||||
},
|
||||
"listener": {
|
||||
"wake_word": "hey_benedikta",
|
||||
"VAD": {
|
||||
"module": "ovos-vad-plugin-silero"
|
||||
}
|
||||
"wake_word": "hey_benedikta"
|
||||
},
|
||||
"hotwords": {
|
||||
"hey_benedikta": {
|
||||
|
||||
Reference in New Issue
Block a user