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

fix/tts_reload #57

Merged
merged 2 commits into from
Apr 29, 2024
Merged

fix/tts_reload #57

merged 2 commits into from
Apr 29, 2024

Conversation

JarbasAl
Copy link
Member

TTS reload was only working for plugin changes

the check for config changes only accounted for module, not for the whole config, so changing voice etc would require a reload

closes #19 (i think?)

related fix OpenVoiceOS/ovos-plugin-manager#219

@JarbasAl JarbasAl added the bug Something isn't working label Apr 17, 2024
@JarbasAl JarbasAl requested review from goldyfruit, builderjer and a team April 17, 2024 04:45
Copy link
Contributor

@mikejgray mikejgray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works on my Mark 1

Copy link
Contributor

@mikejgray mikejgray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...but the tests are failing

TTS reload was only working for plugin changes

the check for config changes only accounted for module, not for the whole config, so changing voice etc would require a reload
@JarbasAl JarbasAl merged commit 07bcedf into dev Apr 29, 2024
4 checks passed
@JarbasAl JarbasAl deleted the fix/tts_reload branch April 29, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

config file is not reloaded on change
2 participants