Skip to content

Commit

Permalink
[cache] Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Aug 30, 2023
1 parent 569f263 commit db23273
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -608,18 +608,23 @@
"fallback_module": "ovos-tts-plugin-mimic3-server",
"ovos-tts-plugin-mimic": {
"voice": "ap",
// persistent cache
// 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/OVOSServerTTS
"preloaded_cache": "",
// Curate the path to the persistent cached 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
},
"ovos-tts-plugin-mimic3-server": {
"voice": "en_UK/apope_low",
// persistent cache
// 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
"preloaded_cache": "",
// Curate the path to the persistent cached 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 db23273

Please sign in to comment.