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
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.