summaryrefslogtreecommitdiff
path: root/tools/voice.pl (follow)
Commit message (Collapse)AuthorAge
* Make voice.pl gentalkclips() work for SAPI.Jens Arnold2007-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15704 a1c6a512-1295-4272-9138-f99709370657
* German AT&T voices have a general problem with composite words ending in ↵Jens Arnold2007-11-19
| | | | | | 'lauf'. Make voice.pl fix all of them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15703 a1c6a512-1295-4272-9138-f99709370657
* Added Italian exsception strings.Alessio Lenzi2007-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15697 a1c6a512-1295-4272-9138-f99709370657
* Add the tools dir to the path in voice.pl, for easier calling of the various ↵Jens Arnold2007-11-18
| | | | | | tools. Fixes the problem of building swcodec voice files on cygwin (needs reconfiguring). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15672 a1c6a512-1295-4272-9138-f99709370657
* Introduce use of the new Speex voice file encoder in voice builds. Remove ↵Thom Johansen2007-11-18
| | | | | | the very unfinished support for other encoders and force use of either rbspeexenc for SWCODEC or LAME for HWCODEC. Update voice.pl to work with the new system, and remove a bug in the same go. Remember to rerun "configure" if you want to build voice files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15667 a1c6a512-1295-4272-9138-f99709370657
* Fix a function parameter mis-matchJonas Häggqvist2007-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15651 a1c6a512-1295-4272-9138-f99709370657
* Some more quoting of program arguments.Jonas Häggqvist2007-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15650 a1c6a512-1295-4272-9138-f99709370657
* Move some stuff around so things are actually initialized before using them. ↵Jonas Häggqvist2007-11-16
| | | | | | Last second changes are evil. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15646 a1c6a512-1295-4272-9138-f99709370657
* Initial attempt at talkclip generation in voice.pl. Add some quoting to a ↵Jonas Häggqvist2007-11-16
| | | | | | few functions to avoid problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15645 a1c6a512-1295-4272-9138-f99709370657
* FS#8126: Translated voice strings for Swedish, with a few changes by me.Magnus Holmgren2007-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15621 a1c6a512-1295-4272-9138-f99709370657
* It seems we want the plugins fix for sapi as well.Jonas Häggqvist2007-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14958 a1c6a512-1295-4272-9138-f99709370657
* Move the "plugins" correction into a Festival-specific switch.Jonas Häggqvist2007-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14956 a1c6a512-1295-4272-9138-f99709370657
* Attempt to fix pronounciation of "plugins" for all English languages. ↵Jonas Häggqvist2007-09-19
| | | | | | Hopefully this spells the end of ploogins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14758 a1c6a512-1295-4272-9138-f99709370657
* Only replace those abbreviations if they're capitalised.Jens Arnold2007-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14610 a1c6a512-1295-4272-9138-f99709370657
* Remove debug line.Jens Arnold2007-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14609 a1c6a512-1295-4272-9138-f99709370657
* Voice file building: * Make correct_string() work as intended by passing the ↵Jens Arnold2007-09-04
| | | | | | missing 2 parameters. * SAPI: Add query for TTS engine vendor. * Add several string corrections (mostly but not exclusively for German). * Make the pool filenames include TTS options and encoder options in their MD5 hash value, allowing to properly build voice files where those settings differ per target using the same pool. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14608 a1c6a512-1295-4272-9138-f99709370657
* SAPI voice file generation: * Added language matching and voice selection ↵Jens Arnold2007-09-02
| | | | | | (use TTS option /voice:<name> to select; voices with spaces in the name need the options quotes). * Added SAPI4 support (use TTS option /sapi4; voice file generation takes hours...) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14587 a1c6a512-1295-4272-9138-f99709370657
* Make clip generation progress indicator work reliably.Jens Arnold2007-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14570 a1c6a512-1295-4272-9138-f99709370657
* Add support for building voices with the swift engine from cepstral.com. ↵Jonas Häggqvist2007-09-01
| | | | | | Patch FS#7689 by Mario Lang. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14565 a1c6a512-1295-4272-9138-f99709370657
* Voice file generation: * Significant speedup of SAPI5 voice generation by ↵Jens Arnold2007-09-01
| | | | | | running lame and wavtrim from inside the VB script instead of the perl script, avoiding the large overhead of process generation within cygwin. Added proper synchronisation between perl script and VB script as the pipes are buffered. * Make wavtrim work as intended (threashold wasn't passed). * Set correct SVN properties for the VB script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14562 a1c6a512-1295-4272-9138-f99709370657
* Voice generation: Don't call lame twice, and make the command echo work for ↵Jens Arnold2007-08-29
| | | | | | all encoders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14501 a1c6a512-1295-4272-9138-f99709370657
* Replace the voicebuilding with a perl-based approach. Should greatly speed ↵Jonas Häggqvist2007-08-25
up building on Cygwin. See more in FS#7646. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14457 a1c6a512-1295-4272-9138-f99709370657