Skip to content

Commit

Permalink
fix:disable g2p
Browse files Browse the repository at this point in the history
reduce default LOG spam

companion to OpenVoiceOS/ovos-audio#109
  • Loading branch information
JarbasAl authored Oct 23, 2024
1 parent fd6e347 commit 85e760c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 85e760c

Please sign in to comment.