SAPI Samples (Windows Embedded CE 6.0)
1/6/2010
This section provides an SDK overview.
The SDK provides examples of applications using SAPI 5.0 within a representative range of uses. These examples can contain only the executable files and are provided for illustrative purposes only. Most however, contain source code. You are free to model applications on these samples.
Because SDK samples are meant to demonstrate basic speech technologies, not all options or contingencies are checked for. In some instances with the SDK samples, words can display incorrectly if the engine language is not the same as the system language. In such cases, the application is behaving as expected and is not an error of the speech system.
Sample | Description |
---|---|
BasicTTS |
Sample text-to-speech program that demonstrates the basics of using the SAPI 5.0 text-to-speech (TTS) functions. Sample location %_WINCEROOT%\Public\Speech\Sdk\Samples\Cpp\Basictts |
SR |
Sample speech recognition (SR) engine that demonstrates the use of SAPI 5.0 speech recognition interfaces. Sample location %_WINCEROOT%\Public\Speech\Sdk\Samples\Cpp\Engines\Sr |
TTS |
Sample TTS engine that demonstrates the use of SAPI 5.0 text-to-speech interfaces. This sample includes two applications, Mkcevoice and Regcevoice that assemble a simple voice font for the sample TTS engine. Sample location %_WINCEROOT%\Public\Speech\Sdk\Samples\Cpp\Engines\Tts |
Speak |
Defines the entry point for the console application. Sample location %_WINCEROOT%\Public\Speech\Sdk\Samples\Cpp\Speak |
TalkBack demonstrates speech recognition and text-to-speech capabilities. Sample location %_WINCEROOT%\Public\Speech\Sdk\Samples\Cpp\Talkback |