Skip to content

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 3f1ce8e commit eb2a588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_tts_plugin_pico/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_tts_class(self):
PicoTTSPluginConfig = {
lang: [
{"voice": "default", "gender": "female", "lang": lang,
"display_name": f"Pico ({lang})", "offline": True}
"display_name": f"Pico ({lang})", "offline": True, "priority": 60}
] for lang in ["de", "es", "fr", "en", "it"]
}

Expand Down

0 comments on commit eb2a588

Please sign in to comment.