SPRUNSTATE (SAPI 5.3)
Microsoft Speech API 5.3
SPRUNSTATE
SPRUNSTATE lists the voice running states.
typedef enum SPRUNSTATE
{
SPRS_DONE,
SPRS_IS_SPEAKING
} SPRUNSTATE;
Elements
- SPRS_DONE
The voice has completed processing all queued streams. - SPRS_IS_SPEAKING
The voice instance currently has the audio claimed.