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.
Microsoft Speech API 5.3
SPVPRIORITY
SPVPRIORITY lists the priorities that voices can have. See ISpVoice::SetPriorityand ISpVoice::GetPriority for more information.
typedef enum SPVPRIORITY
{
SPVPRI_NORMAL,
SPVPRI_ALERT,
SPVPRI_OVER
} SPVPRIORITY;
Elements
- SPVPRI_NORMAL
Normal priority. - SPVPRI_ALERT
Alert priority. - SPVPRI_OVER
Over priority - the voice should mix its audio with all other audio on the system with no synchronization. SPVPRI_OVER voices only mix their audio on Windows 2000.