The following state tables enable you to include MRCP V1.0 Text-To-Speech in voice applications for the Blueworx Voice Response telephony connection environment:
- MST_TTS_Assign
- Opens a session with the Text-To-Speech server. See MST_TTS_Assign.
- MST_TTS_Config
- Optionally configures a session with the Text-To-Speech server, augmenting and
updating the default configuration in file $CUR_DIR/ca/MST_dir/mst.xml. See MST_TTS_Config.
- MST_TTS_Free
- Closes a session with the Text-To-Speech server. See MST_TTS_Free.
- MST_TTS_Speak
- Synthesizes and plays a text string or text file. See MST_TTS_Speak.
These state tables are described fully in MRCP V1.0 TTS state tables.