Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

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

v0.1.3-alpha Stability increase

Pre-release

Choose a tag to compare

@BentiGorlich BentiGorlich released this 02 Oct 16:39
  • 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

v0.1.2-alpha Pre-release
Pre-release

Choose a tag to compare

@BentiGorlich BentiGorlich released this 02 Oct 14:22
  • 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

v0.1.1-alpha Pre-release
Pre-release

Choose a tag to compare

@BentiGorlich BentiGorlich released this 26 Sep 20:02

ADDED:

  • logview

FIXED:

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

First Working Prerelease

Pre-release

Choose a tag to compare

@BentiGorlich BentiGorlich released this 14 Sep 22:21

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