summaryrefslogtreecommitdiffstats
path: root/tools/rbspeex
AgeCommit message (Expand)AuthorFilesLines
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-27Volume for rbspeexenc.Stéphane Doyon1-0/+10
2007-11-21Compensate for encoder lookahead to make more click-free voice clips. Add nar...Thom Johansen1-44/+63
2007-11-18Revert r15664 and instead define a HOSTAR variable in the main Makefile and p...Dave Chapman1-1/+1
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-16Build a standalone win32 executable of rbspeexenc on cygwin, for reuse in Voi...Jens Arnold1-1/+6
2007-11-16Remove an unneeded -iquote (which caused problems with pre 4.0.0 versions of ...Dave Chapman1-2/+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 Johansen2-0/+295