summaryrefslogtreecommitdiff
path: root/tools/genvoice.sh (follow)
Commit message (Collapse)AuthorAge
* Remove deprecated shellscriptsJonas Häggqvist2007-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15647 a1c6a512-1295-4272-9138-f99709370657
* Copy files rather than linking them. This should make using the POOL feature ↵Jonas Häggqvist2007-08-15
| | | | | | work on Windows/Cygwin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14351 a1c6a512-1295-4272-9138-f99709370657
* Voice related changes:Jonas Häggqvist2007-08-13
| | | | | | | | - It's now possible to select multiple languages to build - Added encoder and TTS engine configuration to configure (per-language) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14309 a1c6a512-1295-4272-9138-f99709370657
* Use md5sum of the string for pool clip filenames rather than the string ↵Jonas Häggqvist2007-08-11
| | | | | | | | | itself. Avoids problems with illegal characters. This should be a proper fix of FS#7575 unless there are other, similar issues. Also correctly check number of arguments to genvoice.sh. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14285 a1c6a512-1295-4272-9138-f99709370657
* *** Lang v2 cleanup (FS#6574) ***Nils Wallménius2007-08-05
| | | | | | | | | | | | | | | | | | | 1) Introduces apps/features.txt that controls which strings are included for each target based on defines. 2) .lng and .voice files are now target specific and the format versions of both these file types have been bumped, which means that new voice files are needed. 3) Use the 'features' mechanism to exclude strings for targets that didn't use them. 4) Delete unused and deprecated and duplicated strings, sort strings in english.lang Some string IDs were changed so translations will be slightly worse than before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14198 a1c6a512-1295-4272-9138-f99709370657
* If the environment variable 'POOL' is set to a directory, this script willDaniel Stenberg2006-12-23
| | | | | | | | | then check if there's a previously generated mp3 file in it and if so, use that instead of regenerating a new one. This should greately enhance processing speed when many phrases are similar between targets and over time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11835 a1c6a512-1295-4272-9138-f99709370657
* Voice update, most useful for non-Windows systems. Voice file building using ↵Jonas Häggqvist2006-11-03
Festival, Flite or eSpeak from the configure script. Compressing with Speex and Vorbis possible, but won't create useable voicefiles. Adds voicefont.c and wavtrim.c by Jörg Hohensohn. Also includes a script to generate talk clips. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11426 a1c6a512-1295-4272-9138-f99709370657