SPRUNSTATE

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

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.