Releases: BentiGorlich/android-mimic3-tts-engine-wrapper
Releases · BentiGorlich/android-mimic3-tts-engine-wrapper
v0.1.3-alpha Stability increase
- 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
v0.1.2-alpha
- hopefully fix tts just stopping, because the request is stuck at an error, because
done
wasn't called - allow cleartext http to local addresses
v0.1.1-alpha
ADDED:
- logview
FIXED:
- initially returning no supported locales, read them from cache in the constructor now
First Working Prerelease
This is the first working prerelease version of this app. Expect bugs and misbehaving of the app.