Microsoft Speech Platform
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.