summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/base/ttsmssp.h
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19rbutil: Modernize code to use C++11 nullptr.Dominik Riebeling1-1/+1
Change-Id: I112cf95122a896cdb30a823b4c1f49831273dc7e
2012-10-06Fix a couple of warnings and remove an unused variable.Dominik Riebeling1-2/+1
Change-Id: I1617ef882e9bcaaaafe58a932fadd803851ec88f
2012-09-09Add support for Microsoft Speech Platform.Dominik Riebeling1-0/+44
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