This topic has not yet been rated - Rate this topic

SPVPRIORITY (SAPI 5.3)

Speech API 5.3
Microsoft Speech API 5.3

SPVPRIORITY

SPVPRIORITY lists the priorities that voices can have.  See ISpVoice::SetPriority and 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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.