Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines limits for rate and volume adjustments that TTS engines are required to support.
typedef enum SPVLIMITS{ SPMIN_VOLUME = 0, SPMAX_VOLUME = 100, SPMIN_RATE = -10, SPMAX_RATE = 10} SPVLIMITS;
Elements
- SPMIN_VOLUME
Minimum volume level. - SPMAX_VOLUME
Maximum volume level. - SPMIN_RATE
Minimum rate level. - SPMAX_RATE
Maximum rate level.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Send Feedback on this topic to the authors