Add support for Microsoft Speech Platform.
commita1b780e670a0a3c7e7a32b7e62cf8d3e371d6d4b
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Sun, 9 Sep 2012 09:31:05 +0000 (9 11:31 +0200)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Sun, 9 Sep 2012 10:07:53 +0000 (9 12:07 +0200)
tree41ca343074c02db94df553ee302cf5b414a13a2c
parent469a614349070eb5731acf96988186b2a95493ad
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
rbutil/rbutilqt/base/ttsbase.cpp
rbutil/rbutilqt/base/ttsmssp.h [new file with mode: 0644]
rbutil/rbutilqt/rbutilqt.pri
tools/sapi_voice.vbs