summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2008-01-12ipod_fw is not required to build/install Rockbox any more, so remove it from ...Dave Chapman1-1/+1
2008-01-11refactored voicefont and wavtrim for inclusion into rbutil.Dominik Wenger4-73/+163
2008-01-11m:robe 100:Robert Kukla1-1/+1
2008-01-11Include the features of this rockbox, target and version in theDaniel Stenberg1-0/+16
2008-01-09m:robe 100 fixes: (1) add missing keymap (copied from H10), (2) rename lcd_yu...Mark Arigo1-2/+2
2008-01-09Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...Mark Arigo2-1/+32
2008-01-06Tarball fixup.Jonas Häggqvist1-0/+3
2008-01-05Notify the user that he can't compile a normal build for the e200R target.Jonas Häggqvist1-0/+4
2007-12-15when building on MinGW, make sure to set CC to gcc. Make ar call silent.Dominik Riebeling1-1/+5
2007-12-14refactor rbspeex, so we build a librbspeex.a for linking into rbutil.Dominik Wenger5-240/+309
2007-12-05Refactor rbspeexenc code to include an encode_file() function, for later reus...Thom Johansen1-79/+114
2007-11-28Add rbspeexdec, decoder for the Rockbox voice clips. Also nitpick a bit on rb...Thom Johansen3-4/+133
2007-11-27Scramble can now generate an nk.bin file, independent of the OF. These nk.bin...Will Robertson1-102/+56
2007-11-27Accept FS#8236: make voice should overwrite existing .voice files.Stéphane Doyon1-4/+1
2007-11-27Volume for rbspeexenc.Stéphane Doyon1-0/+10
2007-11-27Make the Gigabeat-S bootloader dual-boot. The hold switch is used to choose ...Dave Chapman1-6/+52
2007-11-22New USB stackBjörn Stenberg2-0/+215
2007-11-22Add voicetools to "make help"Dave Chapman1-0/+1
2007-11-21Compensate for encoder lookahead to make more click-free voice clips. Add nar...Thom Johansen1-44/+63
2007-11-21FS#5690 - folders with a file named database.ignore will be skipped by the da...Jonathan Gordon1-1/+3
2007-11-19Make voice.pl gentalkclips() work for SAPI.Jens Arnold1-0/+1
2007-11-19German AT&T voices have a general problem with composite words ending in 'lau...Jens Arnold1-2/+1
2007-11-19Added Italian exsception strings.Alessio Lenzi1-0/+36
2007-11-19Bring the tarball more in line with SVN. (notably, include rbspeexenc)Jonas Häggqvist1-0/+2
2007-11-18Fix header size mismatch in voicefont.c. Fixes 'yes' clip.Jens Arnold1-2/+4
2007-11-18Add the tools dir to the path in voice.pl, for easier calling of the various ...Jens Arnold2-11/+9
2007-11-18Revert r15664 and instead define a HOSTAR variable in the main Makefile and p...Dave Chapman2-3/+4
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis1-1/+1
2007-11-18Introduce use of the new Speex voice file encoder in voice builds. Remove the...Thom Johansen2-61/+19
2007-11-18Make rbspeexenc Makefile use system "ar" tool.Thom Johansen1-1/+1
2007-11-17Create a libspeex.a as part of the compilation process - the intention is tha...Dave Chapman1-5/+11
2007-11-16Fix a function parameter mis-matchJonas Häggqvist1-1/+1
2007-11-16Some more quoting of program arguments.Jonas Häggqvist1-1/+1
2007-11-16Build a standalone win32 executable of rbspeexenc on cygwin, for reuse in Voi...Jens Arnold1-1/+6
2007-11-16Create a separate voicetoolset declaration - voicefont, wavtrim and (for swco...Dave Chapman1-3/+11
2007-11-16Remove deprecated shellscriptsJonas Häggqvist3-606/+0
2007-11-16Move some stuff around so things are actually initialized before using them. ...Jonas Häggqvist1-3/+4
2007-11-16Initial attempt at talkclip generation in voice.pl. Add some quoting to a few...Jonas Häggqvist1-6/+54
2007-11-16Remove an unneeded -iquote (which caused problems with pre 4.0.0 versions of ...Dave Chapman1-2/+2
2007-11-16rbspeexenc and uclpack need to be .PHONY targets so they are rebuilt correctl...Dave Chapman1-0/+2
2007-11-16That should be fread, not read.Thom Johansen1-1/+1
2007-11-16Fix the clean: rule and also set svn keywordsDave Chapman1-2/+2
2007-11-16Speex encoder specially tailored to create voice UI snippets. Small fixups to...Thom Johansen3-1/+300
2007-11-14FS#8126: Translated voice strings for Swedish, with a few changes by me.Magnus Holmgren1-0/+21
2007-11-13Built the M:Robe with the -mcpu=arm926ej-s option by default. A new cross co...Karl Kurbjun1-1/+8
2007-11-11Initial version of mknkboot - a utility to replace "merge0.cpp" to insert a R...Dave Chapman3-2/+215
2007-11-11Output both error number and description. * Another try to get svn:keywords r...Jens Arnold1-2/+3
2007-11-11Add error handling to the vbscript's EXEC method, so we get more meaningful i...Jens Arnold1-0/+11
2007-11-02fix the output for the mrobe so we dont have to use apps/rockbox.binJonathan Gordon1-1/+2
2007-10-28Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader b...Dave Chapman3-4/+251