How do I STOP the System.Speech.Synthesi.Syntheziser? There are build in methods for pausing and resuming,but I don't see how to totally stop the engine. when I use the SpeakAsyncCancel method the state property indicated that the Synthesizer is still speaking.
Do I have to use threads or do I not understand?.