Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
add "offline" metadata key (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: jarbasai <[email protected]>
  • Loading branch information
NeonJarbas and JarbasAl authored Aug 2, 2022
1 parent 3240df4 commit 792a149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ovos_tts_plugin_mimic2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ def get_tts_class(self):

Mimic2TTSPluginConfig = {
"en-us": [
{"voice": "kusal", "gender": "male", "display_name": "Kusal"},
{"voice": "nancy", "gender": "female", "display_name": "Nancy"},
{"voice": "ljspeech", "gender": "female", "display_name": "LJSpeech"}
{"voice": "kusal", "gender": "male", "display_name": "Kusal", "offline": False},
{"voice": "nancy", "gender": "female", "display_name": "Nancy", "offline": False},
{"voice": "ljspeech", "gender": "female", "display_name": "LJSpeech", "offline": False}
]
}

0 comments on commit 792a149

Please sign in to comment.