You are reading help file online using chmlib.com
|
SPVLIMITS lists the minimum and maximum values that SAPI 5 TTS engines are required to support for rate and volume adjustments.
typedef enum SPVLIMITS
{
SPMIN_VOLUME,
SPMAX_VOLUME,
SPMIN_RATE,
SPMAX_RATE
} SPVLIMITS;
You are reading help file online using chmlib.com
|