I'm working with Speech Platform Run time of Microsoft and i'm using the SpVoice interface to make the run time speak the sentences i want. To Stop the speech mid sentence i created my function like this public void StopSpeak() { try { Speaker.Speak("", SpeechVoiceSpeakFlags.SVSFPurgeBeforeSpeak); } catch (COMException ex) { [...] read more