mycroft-core/mycroft/tts
penrods 706e516cb4 Fix the timing of isSpeaking signal
The isSpeaking signal would only be generated when the actual audio playback
started, but this could be several seconds for TTS engines like Mimic which
take some time to generate the audio file for playback.  This changes the
creation of the "isSpeaking" signal to the start of the execute() method,
which should queue up audio and leave the signal set until the queue has
eventually been cleared.
2017-12-06 02:31:10 -06:00
..
__init__.py Fix the timing of isSpeaking signal 2017-12-06 02:31:10 -06:00
espeak_tts.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
fa_tts.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
google_tts.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
mary_tts.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
mimic_tts.py Replace ConfigurationManger with Configuration 2017-10-26 19:02:32 -04:00
remote_tts.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
spdsay_tts.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00