<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/tools/genvoice.sh, branch master</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Remove deprecated shellscripts</title>
<updated>2007-11-16T20:07:23+00:00</updated>
<author>
<name>Jonas Häggqvist</name>
<email>rasher@rasher.dk</email>
</author>
<published>2007-11-16T20:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=a16ad96b1b4ccdc86ccf4467c4b930c6582eca42'/>
<id>a16ad96b1b4ccdc86ccf4467c4b930c6582eca42</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15647 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15647 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy files rather than linking them. This should make using the POOL feature work on Windows/Cygwin.</title>
<updated>2007-08-15T12:29:49+00:00</updated>
<author>
<name>Jonas Häggqvist</name>
<email>rasher@rasher.dk</email>
</author>
<published>2007-08-15T12:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f2b5c292341768aa6ff954e4b0a817e877c66a12'/>
<id>f2b5c292341768aa6ff954e4b0a817e877c66a12</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14351 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14351 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>Voice related changes:</title>
<updated>2007-08-13T12:21:16+00:00</updated>
<author>
<name>Jonas Häggqvist</name>
<email>rasher@rasher.dk</email>
</author>
<published>2007-08-13T12:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=58537b43e61b23053371d92e9521e104d0908bca'/>
<id>58537b43e61b23053371d92e9521e104d0908bca</id>
<content type='text'>
- 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Use md5sum of the string for pool clip filenames rather than the string itself. Avoids problems with illegal characters. This should be a proper fix of FS#7575 unless there are other, similar issues.</title>
<updated>2007-08-11T22:16:50+00:00</updated>
<author>
<name>Jonas Häggqvist</name>
<email>rasher@rasher.dk</email>
</author>
<published>2007-08-11T22:16:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=dbeee722db4bb81b6470881a6c6a808910e04d12'/>
<id>dbeee722db4bb81b6470881a6c6a808910e04d12</id>
<content type='text'>
Also correctly check number of arguments to genvoice.sh.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14285 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also correctly check number of arguments to genvoice.sh.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14285 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
<entry>
<title>*** Lang v2 cleanup (FS#6574) ***</title>
<updated>2007-08-05T19:19:39+00:00</updated>
<author>
<name>Nils Wallménius</name>
<email>nils@rockbox.org</email>
</author>
<published>2007-08-05T19:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=b3113674819cd8daf44750d129c5d8298e830df0'/>
<id>b3113674819cd8daf44750d129c5d8298e830df0</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>If the environment variable 'POOL' is set to a directory, this script will</title>
<updated>2006-12-23T22:03:49+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2006-12-23T22:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=37aeb12cc99cc22f62c44d5b0adcae35d0c471d8'/>
<id>37aeb12cc99cc22f62c44d5b0adcae35d0c471d8</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Voice update, most useful for non-Windows systems. Voice file building using 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.</title>
<updated>2006-11-03T21:47:52+00:00</updated>
<author>
<name>Jonas Häggqvist</name>
<email>rasher@rasher.dk</email>
</author>
<published>2006-11-03T21:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=da071d0d7c0067be55b2a6177ef01ee1ec5e88b8'/>
<id>da071d0d7c0067be55b2a6177ef01ee1ec5e88b8</id>
<content type='text'>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11426 a1c6a512-1295-4272-9138-f99709370657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11426 a1c6a512-1295-4272-9138-f99709370657
</pre>
</div>
</content>
</entry>
</feed>
