This repository was archived by the owner on Sep 8, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signature of gTTS.init changes in 2.1.0 and breaks calls with
unnamed arguments like gTTS('some text', 'de')
Description
I upgraded my local mycroft installation to gTTS 2.1.0 because I wanted a bugfix from there.
This broke GoogleTTS because of the usage of unnamed arguments and a signature change in gTTS. Technically, this is not a mycroft issue (yet), so I did not create an issue here.
Please note, that this (rather trivial) PR only adds the names to some arguments. It does NOT include the upgrade to gTTS 2.1.0.
How to test
No changed functionality, so only regression testing for google TTS?
Unit tests are successful locally - except for one that seems to assume configuration of 'en-us'.
Not sure, how to run the integration tests, though.
Manually tested that Google TTS works with both, gTTS 2.0.4 and 2.1.0.
(Without this fix, it will fallback to English with gTTS 2.1.0, even if German is configured.)
Contributor license agreement signed?
CLA [ ]
(not yet, waiting for response...)