v0.1.3-alpha Stability increase
Pre-release
Pre-release
- save cache directly after each default string was fetched
- add
OnDone
callback toSynthesisListener
for that - add option to trigger a save cache for that as well
- fix problems with the buffer size in
Mimic3TTSEngineWeb
while synthesizing text. UseTextToSpeech.getMaxSpeechInputLength()
to determine the maximum buffer size supported - only make audio available after the fetch is completed. May have introduced white noise before due to slow connection. (when the bytes come slower than the bitrate of the audio playback is)
- trim the text input when making the request to the web server