System.Speech assembly, Microsoft has added Speech Synthesis, the ability to transform text into spoken words.
                        SpeechSynthesizer speechSynthesizerObject = new SpeechSynthesizer();
speechSynthesizerObject.Speak("Text to Speak");