rockbox/tools
Dominik Riebeling a1b780e670 Add support for Microsoft Speech Platform.
MSSP is accessible via vbs by simply changing the object to be used (both
SAPI5 and MSSP use the ISpVoice COM interface). Add command line parameter to
sapi_voice.vbs to switch the COM object used, and add the necessary
implementation of the SAPI class to Rockbox Utility.

Important: you will need to install the Speech Runtime separately and install
the version matching the bitsize of Rockbox Utility. I.e. you will need to
install the x86 version even on a x64 machine (unless you build a 64bit binary
of Rockbox Utility).

Change-Id: If760cd69c556c17a2ae539965d0941d16fdc10e1
2012-09-09 12:07:53 +02:00
..
checkwps checkwps: harden filename extension checking. 2012-07-31 10:56:35 +02:00
database Fix database tool. 2012-07-31 10:33:27 +02:00
fwpatcher
profile_reader
rbspeex Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
release Add new tarball generation script. 2012-04-12 21:15:49 +02:00
ucl Fix ucl-related makefiles 2012-02-29 12:30:28 +01:00
addtargetdir.pl makefiles 2010-08-21 18:07:12 +00:00
autoconf.pl tools/autoconf.pl: 2 enhancements 2012-05-28 11:34:15 +02:00
bdf2bmp.c
bmp2rb.c Add the ability to create a prefilled struct bitmap along with generated images. 2011-11-13 15:37:16 +00:00
builds.pm Add the ipod 6g (classic) to builds.pm 2012-07-01 21:07:54 +02:00
buildtheme.pl copy the images for the skins. 2010-06-03 13:59:32 +00:00
buildzip.pl wpsbuild: Rewrite to fix various issues and support .fms 2012-06-10 21:20:36 +02:00
codecscan.pl Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
codepage_tables.c Add support for cp1252 (Western European) codepage. 2012-05-19 01:42:53 +02:00
codepage_tables.h Add support for cp1252 (Western European) codepage. 2012-05-19 01:42:53 +02:00
codepages.c Add support for cp1252 (Western European) codepage. 2012-05-19 01:42:53 +02:00
configure zenxfi2: correctly disable plugins in configure script 2012-08-30 01:10:36 +02:00
convbdf.c FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. Defaults to 250. This saves a lot of RAM while still allowing non-English users to have adequate glyph coverage. 2011-11-19 23:34:26 +00:00
convttf.c Fix Win32 native convttf creating invalid output files. 2011-04-10 11:25:59 +00:00
creative.c
creative.h
descramble.c
dict2rdf.pl
functions.make Add rbcodecplatform.h and rbcodecconfig.h. 2012-05-03 14:49:35 +02:00
genlang Create binary voice string archive on target. 2012-06-09 22:44:56 +02:00
genversion.sh Don't autogenerate version.c. Just version.h is enough 2010-06-21 00:18:29 +00:00
gigabeat.c
gigabeat.h
gigabeats.c
gigabeats.h
hmac-sha1.c
hmac-sha1.h
iaudio_bl_flash.bmp
ipod_fw.c
iriver.c
iriver.h
langstatus
langtool.pl Fix FS#12003 'langtool.pl --deprecate is broken' 2011-04-07 07:50:29 +00:00
langv1tov2
lngdump.c
make.inc Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
Makefile Fix link order of mkzenboot and usb_benchmark to make them compile with gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 2012-06-19 20:12:51 +02:00
makesrc.inc
mi4.c Remove some redundant #include's 2010-06-29 20:13:22 +00:00
mi4.h
mk500boot.c
mkboot.c Silence gcc warning 2011-12-10 18:38:28 +00:00
mkboot.h Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289. 2011-06-19 17:23:18 +00:00
mkinfo.pl Add voicefile version to rockbox-info.txt. 2012-06-05 23:23:44 +02:00
mkmi4.sh
mkzenboot.c
mp3info.pm
mr500.c
mr500.h
multigcc.pl perl magic: Use if/elsif/else instead of given/when (FS #12188) 2011-08-16 19:26:24 +00:00
ovl_offset.pl Make overlay plugins work again. 2012-05-19 18:53:17 +02:00
player_unifont.c
rdf2binary.c
rkw.c scramble: add RKW firmware file format encoder 2012-03-04 00:33:41 +01:00
rkw.h scramble: add RKW firmware file format encoder 2012-03-04 00:33:41 +01:00
rockboxdev.sh more tools checks to be done before starting toolchain builds 2012-05-19 01:45:23 +02:00
romsizetest.pl
root.make Make the player_unifont tool build again 2012-05-18 23:31:24 +02:00
sapi_voice.vbs Add support for Microsoft Speech Platform. 2012-09-09 12:07:53 +02:00
scramble.c Initial commit for the Creative ZEN X-Fi2 and X-Fi3 ports 2012-05-19 16:10:52 +02:00
sh2d.c
songdb.pl
svnupcheck.pl
talkclips.py FS#11506 : python script to generate .talk clips 2010-08-28 11:00:32 +00:00
telechips.c
telechips.h
testdbv2.c
thumb-cc.py thumb-cc.py: fix for python 3.2 2012-05-07 00:19:03 -04:00
tools.make Make the player_unifont tool build again 2012-05-18 23:31:24 +02:00
ucl2src.pl
usb_benchmark.c
version.sh Fix up tools/version.sh for git transition. 2011-12-31 16:32:21 +00:00
voice-corrections.txt Fixed broken regex 2011-06-23 15:09:04 +00:00
voice.pl perl magic: Use if/elsif/else instead of given/when (FS #12188) 2011-08-16 19:26:24 +00:00
VOICE_PAUSE.wav
voicefont.c voicefont: make format version a parameter. 2012-06-05 23:24:54 +02:00
voicefont.h voicefont: make format version a parameter. 2012-06-05 23:24:54 +02:00
vorbiscomm.pm
wavtrim.c Rename snprintf when building with MSVC to link with CRT. 2012-01-08 20:09:59 +00:00
wavtrim.h
wn2rdf.pl
xml2h.py