From 85e760c8306735662c479b380fce05b2bf78810c Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:52:20 +0100 Subject: [PATCH] fix:disable g2p reduce default LOG spam companion to https://github.com/OpenVoiceOS/ovos-audio/pull/109 --- ovos_config/mycroft.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index bd25a23..c4e8c5e 100644 --- a/ovos_config/mycroft.conf +++ b/ovos_config/mycroft.conf @@ -735,9 +735,9 @@ "module": "ovos-classifiers-postag-plugin" }, // turn utterances into phoneme sequences, used to generate mouth movements + // disabled by default, only relevant in devices such as the Mark 1 "g2p": { - "module": "ovos-g2p-plugin-mimic", - "ovos-g2p-plugin-mimic": {"fallback_module": "ovos-g2p-plugin-heuristic-arpa"} + "module": "" }, // DEPRECATED: this section is in the process of being fully removed,