From 127aa275308cbe3b82817f45d5c62ff1d112bc1e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 6 Dec 2025 20:32:35 -0500 Subject: [PATCH 1/2] Saving OVOS progress for now... --- app-configs/benedikta/mycroft/mycroft.conf | 25 ++--------------- .../rinoa/multi-scrobbler/config.json.j2 | 11 -------- .../ultima/hivemind/config/server.json.j2 | 28 ++++++++++++++----- 3 files changed, 24 insertions(+), 40 deletions(-) diff --git a/app-configs/benedikta/mycroft/mycroft.conf b/app-configs/benedikta/mycroft/mycroft.conf index 8aef1d4..10b5124 100644 --- a/app-configs/benedikta/mycroft/mycroft.conf +++ b/app-configs/benedikta/mycroft/mycroft.conf @@ -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 } } diff --git a/app-configs/rinoa/multi-scrobbler/config.json.j2 b/app-configs/rinoa/multi-scrobbler/config.json.j2 index 2753f8c..c17b1db 100644 --- a/app-configs/rinoa/multi-scrobbler/config.json.j2 +++ b/app-configs/rinoa/multi-scrobbler/config.json.j2 @@ -26,17 +26,6 @@ }, "sources": [ - { - "type": "spotify", - "enabled": true, - "name": "spotifySource", - "clients": ["lastFmClient", "ListenBrainzClient", "malojaClient"], - "data": { - "clientId": "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['YOUR_SPOTIFY_ID'] }}", - "clientSecret": "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['YOUR_SPOTIFY_SECRET'] }}", - "redirectUri": "https://scrobble.trez.wtf/callback" - } - }, { "type": "lastfm", "enabled": true, diff --git a/app-configs/ultima/hivemind/config/server.json.j2 b/app-configs/ultima/hivemind/config/server.json.j2 index c0eddcd..e992d7c 100644 --- a/app-configs/ultima/hivemind/config/server.json.j2 +++ b/app-configs/ultima/hivemind/config/server.json.j2 @@ -1,5 +1,6 @@ { "binarize": true, + "allowed_encodings": [ "JSON-B64", "JSON-URLSAFE-B64", @@ -9,10 +10,12 @@ "JSON-B32", "JSON-HEX" ], + "allowed_ciphers": [ "CHACHA20-POLY1305", "AES-GCM" ], + "agent_protocol": { "module": "hivemind-ovos-agent-plugin", "hivemind-ovos-agent-plugin": { @@ -20,21 +23,30 @@ "port": 8181 } }, + "binary_protocol": { - "module": "hivemind-audio-binary-protocol-plugin", - "hivemind-audio-binary-protocol-plugin": { + "module": "hivemind-audio-binary-protocol-plugin", + "hivemind-audio-binary-protocol-plugin": { + "stt": { - "module": "ovos-stt-plugin-server", - "ovos-stt-plugin-server": {} + "module": "ovos-stt-plugin-fasterwhisper", + "ovos-stt-plugin-fasterwhisper": { + "model": "base.en" + } }, + "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": {} + "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": { @@ -44,6 +56,7 @@ } } }, + "network_protocol": { "hivemind-websocket-plugin": { "host": "0.0.0.0", @@ -60,6 +73,7 @@ "cert_name": "hivemind" } }, + "database": { "module": "hivemind-json-db-plugin", "hivemind-json-db-plugin": { @@ -67,4 +81,4 @@ "subfolder": "hivemind-core" } } -} \ No newline at end of file +} -- 2.52.0 From ded7865e89967b1553417389668dbf8d439bc85c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 7 Dec 2025 09:44:55 -0500 Subject: [PATCH 2/2] Hivemind config trial and error... --- app-configs/benedikta/mycroft/mycroft.conf | 11 +++--- .../ultima/hivemind/config/server.json.j2 | 34 ++----------------- app-configs/ultima/ovos/mycroft.conf | 5 +-- 3 files changed, 7 insertions(+), 43 deletions(-) diff --git a/app-configs/benedikta/mycroft/mycroft.conf b/app-configs/benedikta/mycroft/mycroft.conf index 10b5124..efc9634 100644 --- a/app-configs/benedikta/mycroft/mycroft.conf +++ b/app-configs/benedikta/mycroft/mycroft.conf @@ -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 - } } } diff --git a/app-configs/ultima/hivemind/config/server.json.j2 b/app-configs/ultima/hivemind/config/server.json.j2 index e992d7c..c141b03 100644 --- a/app-configs/ultima/hivemind/config/server.json.j2 +++ b/app-configs/ultima/hivemind/config/server.json.j2 @@ -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", diff --git a/app-configs/ultima/ovos/mycroft.conf b/app-configs/ultima/ovos/mycroft.conf index 0a18948..18293e5 100644 --- a/app-configs/ultima/ovos/mycroft.conf +++ b/app-configs/ultima/ovos/mycroft.conf @@ -56,10 +56,7 @@ } }, "listener": { - "wake_word": "hey_benedikta", - "VAD": { - "module": "ovos-vad-plugin-silero" - } + "wake_word": "hey_benedikta" }, "hotwords": { "hey_benedikta": { -- 2.52.0