Où puis-je Télécharger Microsoft Speech SDK 5.4

J'ai besoin de développer un simple C++ 64 bits de Texte-Parole (TTS) programme à exécuter sur Windows 7 et Vista. Ma première étape est d'essayer de compiler le programme de SAPI 5.4 tutorial. Mais je ne trouve pas le nécessaire SAPI 5.4 paquets sur mon ordinateur Windows 7. J'ai cherché sur Internet et seulement SAPI 5.1 est disponible pour Windows XP.

La Technologie Microsoft Speech page affirme que “Le code natif de l'API pour la programmation des moteurs de reconnaissance vocale inclus dans Windows 7.” Le SAPI 5.4 tutorial a l'instruction suivante:

Step 1. Setting up the Project:  
  
Code Listing 1  
Next add the paths to SAPI.h and SAPI.lib files. The paths shown are for a 
standard SAPI SDK install. If the compiler is unable to locate either file, 
or if a nonstandard install was performed, use the new path to the files. 
Change the project settings to reflect the paths. Using the Project->Settings. 
menu item, set the SAPI.h path. Click the C/C++ tab and select Preprocessor 
from the Category drop-down list. Enter the following in the "Additional 
include directories": C:\Program Files\Microsoft Speech SDK 5.4\Include.  


To set the SAPI.lib path:    
1.  Select the Link tab from the Same Settings dialog box.  
2.  Choose Input from the Category drop-down list.  
3.  Add the following path to the "Additional library path": 
    C:\Program Files\Microsoft Speech SDK 5.4\Lib\i386.  
4.  Also add "sapi.lib" to the "Object/library modules" line. Be sure that the 
    name is separated by a space.   
  

Les 2 dossiers de l'instruction ci-dessus n'existent pas sur mon PC Windows 7. J'ai installé Windows SDK pour Windows 7 et .NET Framework 4 mais ces 2 dossiers sont toujours pas là.

Ce que je dois faire pour obtenir le SAPI 5.4 installé sur mon ordinateur Windows 7 et compile le programme à partir du tutoriel ci-dessus?

Merci beaucoup pour votre aide!

David

InformationsquelleAutor David | 2013-09-28