Open JarbasAl opened 1 month ago
The changes in this pull request involve modifications to several configuration files related to TTS (text-to-speech) settings across different languages, including the removal of specific configurations. Additionally, new configuration files for the Mycroft system in Brazilian Portuguese and other formats (JSON, YAML) have been introduced. A copyright notice was added to a test file, and a suite of unit tests for configuration management was created.
File Path | Change Summary |
---|---|
ovos_config/recommends/offline_male/fr-fr.conf | Removed two empty lines at the beginning; no other changes. |
ovos_config/recommends/offline_male/it-it.conf | Removed the "voice" setting under "ovos-tts-plugin-piper". |
ovos_config/recommends/offline_male/nl-nl.conf | Removed the entire TTS configuration block for "ovos-tts-plugin-piper". |
test/unittests/configuration/init.py | Added copyright notice and licensing information at the beginning. |
test/unittests/configuration/mycroft.conf | Introduced new configuration file for Mycroft in Brazilian Portuguese with TTS settings. |
test/unittests/configuration/mycroft.json | Introduced new JSON configuration file for voice assistant settings. |
test/unittests/configuration/mycroft.yml | Introduced new YAML configuration file for Mycroft AI system settings. |
test/unittests/configuration/test_configuration.py | Added unit tests for configuration management, including multiple test methods for various scenarios. |
In the land of code where rabbits play,
Configs were changed in a tidy way.
TTS settings gone, new files in sight,
Mycroft's voice sings, oh what a delight!
With tests in place, our work is done,
Hopping along, we’ve had our fun! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
not sure why tests passed in core but not in this repo, any ideas @NeonDaniel ?
not sure why tests passed in core but not in this repo, any ideas @NeonDaniel ?
Maybe a difference in configuration patching? Or just the FileWatcher not triggering an update? I've had inconsistent results with changes to config files triggering a reload..
Summary by CodeRabbit
New Features
Bug Fixes
Documentation