Skip to content

Releases: BentiGorlich/android-mimic3-tts-engine-wrapper

v0.1.3-alpha Stability increase

02 Oct 16:39
Compare
Choose a tag to compare
Pre-release
  • save cache directly after each default string was fetched
  • add OnDone callback to SynthesisListener for that
  • add option to trigger a save cache for that as well
  • fix problems with the buffer size in Mimic3TTSEngineWeb while synthesizing text. Use TextToSpeech.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

02 Oct 14:22
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release
  • 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

26 Sep 20:02
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

ADDED:

  • logview

FIXED:

  • initially returning no supported locales, read them from cache in the constructor now

First Working Prerelease

14 Sep 22:21
Compare
Choose a tag to compare
Pre-release

This is the first working prerelease version of this app. Expect bugs and misbehaving of the app.