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.
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);