You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classproperty from ovos-utils allows checking TTS/STT plugins supported languages without instantiating the plugin object (potentially avoids loading models into memory etc)
similar to runtime requirements in skills being used to decide if they should be loaded
classproperty from ovos-utils allows checking TTS/STT plugins supported languages without instantiating the plugin object (potentially avoids loading models into memory etc)
similar to runtime requirements in skills being used to decide if they should be loaded
https://github.com/OpenVoiceOS/ovos-plugin-manager/blob/dev/ovos_plugin_manager/templates/tts.py#L263
https://github.com/OpenVoiceOS/ovos-plugin-manager/blob/dev/ovos_plugin_manager/templates/stt.py#L130
The text was updated successfully, but these errors were encountered: