so I'm trying to get up and run MS Speech Platform 11 + SDK + Russian for TTS and SR
- Installing SpeechPlatformRuntime.x64.msi
- Install MicrosoftSpeechPlatformSDK.x64.msi --- Both the "Program Files" folder are fixed.
- Setting MSSpeech_SR_ru-RU_TELE.msi
- Setting MSSpeech_TTS_ru-RU_Elena.msi --- Both go to the folder "Program Files (x86)". - this is normal?
It seems not, because when I look at SpeechRecognitionEngine.InstalledRecognizers (), it returns 2 elements:
MS-1033-80-DESK
Microsoft Speech Recognizer 8.0 for Windows (English - US)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Recognizers\Tokens\MS-1033-80-DESK
MS-2057-80-DESK
Microsoft Speech Recognizer 8.0 for Windows (English - UK)
HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\Recognizers\\Tokens\\MS-2057-80-DESK
But I never installed these recognizers. I looked at the Win 7 component and cannot find anything to do with it.
So the questions are:
- Do I need to install languages in x64 Program Files? If so, how to do it?
- ru-RU?
.