Skip to content

Commit

Permalink
removed deprecated mimic3 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
builderjer authored Nov 5, 2023
1 parent 0cc0efa commit bc9be86
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
"pulse_duck": false,
// ovos tts server piper public servers by default, alan pope voice
"module": "ovos-tts-plugin-server",
"fallback_module": "ovos-tts-plugin-mimic3-server",
"fallback_module": "",
"ovos-tts-plugin-mimic": {
"voice": "ap",
// Add every new synth to the persistent cache (not cleared)
Expand All @@ -619,17 +619,6 @@
"min_free_percent": 75,
// How many times a utterance must be seen in order to be added to persistent cache
"persist_thresh": 1
},
"ovos-tts-plugin-mimic3-server": {
// Add every new synth to the persistent cache (not cleared)
"persist_cache": false,
// Path to the persistent cached files, default will be $XDG_DATA_DIRS/mycroft/Mimic3ServerTTSPlugin
// (or respective TTS name)
"preloaded_cache": "",
// Curate the /tmp/tts cache if disk usage is above min %
"min_free_percent": 75,
// How many times a utterance must be seen in order to be added to persistent cache
"persist_thresh": 1
}
},

Expand Down

0 comments on commit bc9be86

Please sign in to comment.