Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed deprecated mimic3 #81

Merged
merged 2 commits into from
Nov 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
builderjer marked this conversation as resolved.
Show resolved Hide resolved
"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
Loading