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

Commit

Permalink
add priority to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 18, 2022
1 parent b0e3ce4 commit aea0b7f
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", "offline": False},
{"voice": "nancy", "gender": "female", "display_name": "Nancy", "offline": False},
{"voice": "ljspeech", "gender": "female", "display_name": "LJSpeech", "offline": False}
{"voice": "kusal", "gender": "male", "display_name": "Kusal", "offline": False, "priority": 45},
{"voice": "nancy", "gender": "female", "display_name": "Nancy", "offline": False, "priority": 90},
{"voice": "ljspeech", "gender": "female", "display_name": "LJSpeech", "offline": Fals, "priority": 90}
]
}

0 comments on commit aea0b7f

Please sign in to comment.