Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make available_languages a classproperty #269

Open
JarbasAl opened this issue Oct 12, 2024 · 0 comments
Open

make available_languages a classproperty #269

JarbasAl opened this issue Oct 12, 2024 · 0 comments
Assignees

Comments

@JarbasAl
Copy link
Member

JarbasAl commented Oct 12, 2024

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

@JarbasAl JarbasAl self-assigned this Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant