var speech = new System.Speech.Synthesis.SpeechSynthesizer();
speech.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender.Female);
speech.Rate = 3; // -10 for slow, 10 for fast
speech.Speak("94%");