8
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
One further step to internationalisation: Adapted FestVoxToFreeTTS.sh to the newer code as used in ArcticToFreeTTS.sh (lpc, sts, mcep and idx_non_diphone components). More... over 19 years ago
Attempt at making Lexicon management more efficient when several voices are loaded: The *compiled* version of a lexicon is kept in a cache and used read-only by all Lexicon instances using the same lexicon. More... over 19 years ago
Added de.dfki.lt.freetts.*.class to freetts.jar; added optional targets for de.jar and germanlex.jar (did not add dependencies to the default targets because this is a dummy implementation) More... over 19 years ago
Introduced a ConcatenativeVoice interface implemented by all diphone, clunit and arctic voices More... over 19 years ago
Dummy implementation of a German lexicon More... over 19 years ago
Introduced a ConcatenativeVoice interface implemented by all diphone, clunit and arctic voices More... over 19 years ago
Accident reversal: previous checkin had deleted recent additions for arctic voices. This is now fixed again. More... over 19 years ago
Allow for an optional setting of the user voice base path, from the slightly-internationalised FestVoxToFreeTTS.sh script More... over 19 years ago
More meaningful comments More... over 19 years ago
Dummy voice as a starting point for non-US-English cluster unit voices More... over 19 years ago
Template used for non-US-English voice classes More... over 19 years ago
Adapted qsort so that it sorts according to Unicode sorting rules More... over 19 years ago
Adapted scripts to be usable at least in a rudimentary way also for non-US-English voices. The voice settings are now saved in the file $VOICEDIR/etc/freetts.properties, so that user settings are remembered between calls to the script. More... over 19 years ago
Added a public method getPhones(String word, String partOfSpeech, boolean useLTS) to Lexicon and LexiconImpl, as discussed on the freetts-developers list. More... over 19 years ago
Several fixes: (1) Now waits for the OPEN event after the call to line.open(). (2) Uses a lineLock instead of locking the audio line, to avoid race condition with JavaSound trying to lock the same audio line. (3) The try clause to sleep in method cancel() only happens if cancelDelay > 0. More... over 19 years ago
Removing the calling to drain() if the audio output did not return ok. More... over 19 years ago
Preliminary pass at CMU ARCTIC importing docs. More... over 19 years ago
Fix ant command. More... over 19 years ago
Whoops - checked in a bad version. More... over 19 years ago
Check in what I have for now. It generally works, but it needs More... over 19 years ago
Added mbrola fix to release notes for next release. More... over 19 years ago
Fixed problem reported in this thread on the forum: More... over 19 years ago
Updated README.html to say that one should make sure the mbrola binaries are executable. More... over 19 years ago
Add note stating that FreeTTS looks for a binary named "mbrola." More... almost 20 years ago
Fix issue with JavaClip vs. JavaStreaming audio player. More... almost 20 years ago
Minor tweaks after testing (bad links and missing files in packages). More... almost 20 years ago
Update names to FreeTTS 1.2beta2. More... almost 20 years ago
Typo fix in BaseSynthesizerQueueItem. More... almost 20 years ago
Re-instated println on output More... almost 20 years ago
Only closes the audio player if the audio player was created internally More... almost 20 years ago