-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
1 parent
1185da1
commit e0c56bf
Showing
3 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters