AddTapi.NET Developer's Manual
SpeechRate Property
NamespacesTraysoft.AddTapiTapiLineSpeechRate
Gets or sets the rate of speech on the line.
Declaration Syntax
C#Visual BasicVisual C++
public int SpeechRate { get; set; }
Public Property SpeechRate As Integer
public:
property int SpeechRate {
	int get ();
	void set (int value);
}
Remarks
This property specifies the speaking rate (speed) of the voice. Supported values range from -10 to 10, where -10 is the slowest and 10 is the fastest rate.

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)