You are reading help file online using chmlib.com
|
TTSApp is an example of a text-to-speech (TTS) enabled application. This sample application is intended to demonstrate many of the features for SAPI 5 in a single coherent application. It is not a full featured TTS-enabled application although the foundations of many of the options are present.
TTSApp allows you to hear the resulting audio output from the TTS process for text entered in the main window. Alternatively, you can open a file and TTSApp will speak the contents of that file.
Each word is highlighted in the text window to indicate the current TTS processing position. Features include:
SAPI5 TTSApp | The main display window of the TTSApp sample application. |
Text window | TTSApp speaks the text contained in this window using TTS. |
Speak | Initiates the TTS process. |
Voices | Selects the voice for the audio output. |
Rate | Selects the rate of speech. |
Volume | Selects the volume level of the audio output stream. |
Open File | Enables TTSApp to open and speak the contents of a stored text file. |
Pause | Pauses the TTSApp text phrase speaking process. |
Resume | Resumes the TTSApp text phrase speaking process. |
Stop | Stops the TTSApp text phrase speaking process. |
About | Displays the About TTSApp information dialog box. |
Format | Selects the audio format. |
Skip | Specifies the number of sentences to skip in the phrase speaking process. |
Speak wav | Speaks the contents of a stored wav file. |
Reset | Resets TTSApp to its original configuration setting. |
Save to wav | Saves the contents of the TTSApp audio output stream to a wav file. |
Show all events | Displays all TTSApp SAPI events. |
Process XML | Specifies that the TTS voice will speak the XML tags and their contents in the TTS process. |
Mouth Position | Displays mouth shapes for phrase elements as they are spoken. |
Selectable format rates | ||||
---|---|---|---|---|
8kHz | 8 Bit Mono | 8 Bit Stereo | 16 Bit Mono | 16 Bit Stereo |
11kHz | 8 Bit Mono | 8 Bit Stereo | 16 Bit Mono | 16 Bit Stereo |
12kHz | 8 Bit Mono | 8 Bit Stereo | 16 Bit Mono | 16 Bit Stereo |
16kHz | 8 Bit Mono | 8 Bit Stereo | 16 Bit Mono | 16 Bit Stereo |
22kHz | 8 Bit Mono | 8 Bit Stereo | 16 Bit Mono | 16 Bit Stereo |
24kHz | 8 Bit Mono | 8 Bit Stereo | 16 Bit Mono | 16 Bit Stereo |
32kHz | 8 Bit Mono | 8 Bit Stereo | 16 Bit Mono | 16 Bit Stereo |
44kHz | 8 Bit Mono | 8 Bit Stereo | 16 Bit Mono | 16 Bit Stereo |
48kHz | 8 Bit Mono | 8 Bit Stereo | 16 Bit Mono | 16 Bit Stereo |
For example, if the Process XML option is selected, the application could be paused for the specified number of milliseconds in the SILENCE tag.
Process XML | XML tag | Result |
---|---|---|
<SILENCE MSEC = "3000"/> | The application would speak 3000 milliseconds of silence. | |
<SILENCE MSEC = "3000"/> | The application will speak the phrase, "less than silence msec equals quote three thousand quote slash greater than." |
You are reading help file online using chmlib.com
|