SPVPRIORITY (SAPI 5.4)

Microsoft Speech API 5.4

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.