From 89886d0c9b2b5871de78553f109e2e8e37b5d796 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 3 Dec 2025 17:34:14 -0500 Subject: [PATCH] ... --- app-configs/benedikta/mycroft/mycroft.conf | 71 ++++---- app-configs/ultima/ovos/mycroft.conf | 180 ++++++++++----------- 2 files changed, 119 insertions(+), 132 deletions(-) diff --git a/app-configs/benedikta/mycroft/mycroft.conf b/app-configs/benedikta/mycroft/mycroft.conf index 5207cd4..8aef1d4 100644 --- a/app-configs/benedikta/mycroft/mycroft.conf +++ b/app-configs/benedikta/mycroft/mycroft.conf @@ -1,38 +1,35 @@ { - "log_level": "INFO", - "logs": { - "path": "stdout" - }, - "lang": "en-us", - , - "listener": { - "wake_word": "hey_benedikta", - "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", - "listen": true - } - } - } + "log_level": "INFO", + "logs": { + "path": "stdout" + }, + "lang": "en-us", + "listener": { + "wake_word": "hey_benedikta", + "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", + "listen": true + } + } +} diff --git a/app-configs/ultima/ovos/mycroft.conf b/app-configs/ultima/ovos/mycroft.conf index 5922ab7..0a18948 100644 --- a/app-configs/ultima/ovos/mycroft.conf +++ b/app-configs/ultima/ovos/mycroft.conf @@ -1,96 +1,86 @@ { - "log_level": "INFO", - "logs": { - "path": "stdout" - }, - "system_unit": "metric", - , - "time_format": "full", - "date_format": "DMY", - "spoken_time_format": "half", - "confirm_listening": true, - "intents": { - "persona": { - "handle_fallback": true, - "default_persona": "Benedikta" - }, - "pipeline": [ - , - "stop_high", - "converse", - "ocp_high", - "padatious_high", - "adapt_high", - "ocp_medium", - "ovos-persona-pipeline-plugin-high", - "fallback_high", - "stop_medium", - "adapt_medium", - "padatious_medium", - "fallback_medium", - "adapt_low", - "common_qa", - "ovos-persona-pipeline-plugin-low", - "fallback_low" - ], - "padatious": { - "stem": false, - "cast_to_ascii": true, - "domain_engine": false - } - }, - "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": - } - , - "module": "ovos-stt-plugin-server", - "fallback_module": "ovos-stt-plugin-fasterwhisper", - "ovos-stt-plugin-fasterwhisper": { - "model": "base.en" - } - }, - "listener": { - , - "wake_word": "hey_benedikta", - "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", - "listen": true - } - } - } \ No newline at end of file + "log_level": "INFO", + "logs": { + "path": "stdout" + }, + "system_unit": "metric", + "time_format": "full", + "date_format": "DMY", + "spoken_time_format": "half", + "confirm_listening": true, + "intents": { + "persona": { + "handle_fallback": true, + "default_persona": "Benedikta" + }, + "pipeline": [ + "stop_high", + "converse", + "ocp_high", + "padatious_high", + "adapt_high", + "ocp_medium", + "ovos-persona-pipeline-plugin-high", + "fallback_high", + "stop_medium", + "adapt_medium", + "padatious_medium", + "fallback_medium", + "adapt_low", + "common_qa", + "ovos-persona-pipeline-plugin-low", + "fallback_low" + ], + "padatious": { + "stem": false, + "cast_to_ascii": true, + "domain_engine": false + } + }, + "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": {}, + "module": "ovos-stt-plugin-server", + "fallback_module": "ovos-stt-plugin-fasterwhisper", + "ovos-stt-plugin-fasterwhisper": { + "model": "base.en" + } + }, + "listener": { + "wake_word": "hey_benedikta", + "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", + "listen": true + } + } +} \ No newline at end of file