diff --git a/ovos_tts_plugin_mimic2/__init__.py b/ovos_tts_plugin_mimic2/__init__.py index 99a3ccc..3327ab4 100755 --- a/ovos_tts_plugin_mimic2/__init__.py +++ b/ovos_tts_plugin_mimic2/__init__.py @@ -256,8 +256,11 @@ def get_tts_class(self): Mimic2TTSPluginConfig = { "en-us": [ - {"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} + {"voice": "kusal", "meta": {"gender": "male", "display_name": "Kusal", + "offline": False, "priority": 45}}, + {"voice": "nancy", "meta": {"gender": "female", "display_name": "Nancy", + "offline": False, "priority": 90}}, + {"voice": "ljspeech", "meta": {"gender": "female", "display_name": "LJSpeech", + "offline": False, "priority": 90}} ] }