From a1b780e670a0a3c7e7a32b7e62cf8d3e371d6d4b Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 9 Sep 2012 11:31:05 +0200 Subject: 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/rbutilqt.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil/rbutilqt/rbutilqt.pri') diff --git a/rbutil/rbutilqt/rbutilqt.pri b/rbutil/rbutilqt/rbutilqt.pri index b6aac3bb43..5ee1f7b9d2 100644 --- a/rbutil/rbutilqt/rbutilqt.pri +++ b/rbutil/rbutilqt/rbutilqt.pri @@ -114,6 +114,7 @@ HEADERS += \ base/ttsfestival.h \ base/ttssapi.h \ base/ttssapi4.h \ + base/ttsmssp.h \ ../../tools/wavtrim.h \ ../../tools/voicefont.h \ base/voicefile.h \ -- cgit v1.2.3