summaryrefslogtreecommitdiff
path: root/tools/voice.pl (follow)
Commit message (Expand)AuthorAge
* Support using 'rbspeak' to generate voice files.Solomon Peachy2018-12-22
* perl magic: Use if/elsif/else instead of given/when (FS #12188)Thomas Jarosch2011-08-16
* Commit FS#12188 - Fix perl scripts that used Switch by Sean Bartell.Alex Parker2011-07-19
* FS#11913: Separate TTS correction expressions into separate file.Dominik Riebeling2011-03-02
* Add a full stop after strings, since some voices use the existance of one to ...Jonas Häggqvist2009-03-02
* Ask which voice to use for Festival.Jonas Häggqvist2009-03-02
* Tweak for German TTS engines.Jens Arnold2008-11-03
* Character set handling refinements:Jens Arnold2008-08-19
* Remove some irresponsible character set mangling from the Italian section of ...Jonas Häggqvist2008-08-13
* Let PerlIO also do the LF<->CRLF conversion for SAPI.Jens Arnold2008-08-08
* Silence some warnings in voice.pl by setting the encoding to UTF-8. Output on...Jonas Häggqvist2008-08-07
* Fix $Jens Arnold2008-08-07
* Fix SAPI voice file generation on multibyte windows variants (japanese, proba...Jens Arnold2008-08-07
* Fix 'Bareword ''CMD_OUT'' not allowed while ''strict subs'' in use' when buil...Jens Arnold2008-07-20
* Small tweak for festival to correct the spelling of 'A', fixes FS#8889Nils Wallménius2008-04-28
* Some other minor fixes to accent with italian TTS.Alessio Lenzi2008-04-07
* Fixed some accents for italian TTS pronunciation.Alessio Lenzi2008-03-27
* Accept FS#8236: make voice should overwrite existing .voice files.Stéphane Doyon2007-11-27
* Make voice.pl gentalkclips() work for SAPI.Jens Arnold2007-11-19
* German AT&T voices have a general problem with composite words ending in 'lau...Jens Arnold2007-11-19
* Added Italian exsception strings.Alessio Lenzi2007-11-19
* Add the tools dir to the path in voice.pl, for easier calling of the various ...Jens Arnold2007-11-18
* Introduce use of the new Speex voice file encoder in voice builds. Remove the...Thom Johansen2007-11-18
* Fix a function parameter mis-matchJonas Häggqvist2007-11-16
* Some more quoting of program arguments.Jonas Häggqvist2007-11-16
* Move some stuff around so things are actually initialized before using them. ...Jonas Häggqvist2007-11-16
* Initial attempt at talkclip generation in voice.pl. Add some quoting to a few...Jonas Häggqvist2007-11-16
* FS#8126: Translated voice strings for Swedish, with a few changes by me.Magnus Holmgren2007-11-14
* It seems we want the plugins fix for sapi as well.Jonas Häggqvist2007-10-02
* Move the "plugins" correction into a Festival-specific switch.Jonas Häggqvist2007-10-02
* Attempt to fix pronounciation of "plugins" for all English languages. Hopeful...Jonas Häggqvist2007-09-19
* Only replace those abbreviations if they're capitalised.Jens Arnold2007-09-04
* Remove debug line.Jens Arnold2007-09-04
* Voice file building: * Make correct_string() work as intended by passing the ...Jens Arnold2007-09-04
* SAPI voice file generation: * Added language matching and voice selection (us...Jens Arnold2007-09-02
* Make clip generation progress indicator work reliably.Jens Arnold2007-09-02
* Add support for building voices with the swift engine from cepstral.com. Patc...Jonas Häggqvist2007-09-01
* Voice file generation: * Significant speedup of SAPI5 voice generation by run...Jens Arnold2007-09-01
* Voice generation: Don't call lame twice, and make the command echo work for a...Jens Arnold2007-08-29
* Replace the voicebuilding with a perl-based approach. Should greatly speed up...Jonas Häggqvist2007-08-25