Microsoft Speech SDK
SAPI 5.1
SPVLIMITS
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;
Elements
- SPMIN_VOLUME
- Value specifying the minimum volume level.
- SPMAX_VOLUME
- Value specifying the maximum volume level.
- SPMIN_RATE
- Value specifying the minimum rate level.
- SPMAX_RATE
- Value specifying the maximum rate level.