mycroft-core/test/unittests/tts
Åke Forslund 86a978fadf Fix audio service startup without Internet
If started up without Network connection the audio service would crash
importing the google_tts module as it tried to fetch language list from
google.

This restructures it to be a just-in-time check. It also adds a cached
list of supported languages to use if an error occurs fetching language
codes.

A small fix allowing "en-US" to be matched to "en-us" instead of the
generic "en" is also included.
2020-05-27 21:28:26 +02:00
..
__init__.py add SSML support 2018-04-18 14:45:09 -05:00
test_espeak_tts.py Add basic unittest for espeak 2020-05-11 16:14:24 +02:00
test_google_tts.py Fix audio service startup without Internet 2020-05-27 21:28:26 +02:00
test_mimic2_tts.py Add test case for Server error 2020-02-17 15:11:55 +01:00
test_mimic_tts.py Fix typo in mimic test case 2020-05-11 21:43:28 +02:00
test_tts.py Test loading of phonetic spelling dictionary 2020-05-12 08:58:18 +02:00