namespace SpeechLib { public enum SpeechRunState { SRSEDone = 1, SRSEIsSpeaking } }