Wo Kann ich den Download von Microsoft Speech SDK 5.4

Ich brauche zu entwickeln, die eine einfache 64-bit-C++ - Text-to-Speech (TTS) - Programm für Windows 7 und Vista. Mein Erster Schritt ist, zu versuchen, kompilieren Sie das Programm von SAPI 5.4 tutorial. Aber ich kann nicht finden, die benötigt SAPI 5.4 Pakete auf meinem Windows 7-Maschine. Ich suchte im Internet und nur SAPI 5.1 ist verfügbar für Windows XP.

Microsoft-Speech-Technologie Seite behauptet, dass "Die native-code-API für die Programmierung der speech-engines enthalten in Windows 7." Die SAPI 5.4 tutorial hat die folgende Anweisung:

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.   
  

Die 2 Ordner von der oben genannten Anweisung nicht auf meinem Windows 7-PC. Ich installierte Windows SDK für Windows 7 und .NET Framework 4 aber diese 2 Ordner noch nicht gibt.

Was sollte ich tun, um die SAPI 5.4 installiert auf meinem Windows 7-Rechner und kompiliert das Programm aus dem oben genannten tutorial?

Ich danke Ihnen sehr für Ihre Hilfe!

David

InformationsquelleAutor David | 2013-09-28

Schreibe einen Kommentar