CTI32 Class Library

cti.PlayTTS Method

This is the Text To Speech function. It plays the given string using the Microsoft SAPI engine. The Microsoft speech engine must be installed, or this routine will return a -1. See CTI32 Guide for instructions on how to download and install.

Overload List

This is the Text To Speech function. It plays the given string using the Microsoft SAPI engine. The Microsoft speech engine must be installed, or this routine will return a -1. See CTI32 Guide for instructions on how to download and install.

public static TermCode PlayTTS(int,string,string,int,string);

This is the Text To Speech function. It plays the given string using the Microsoft SAPI engine. The Microsoft speech engine must be installed, or this routine will return a -1. See CTI32 Guide for instructions on how to download and install.

public static TermCode PlayTTS(int,string,string,int,string,string);

See Also

cti Class | CTI32NetLib Namespace