using System;using System.Globalization;using System.Linq;using System.Speech.Synthesis;using System.Windows.Forms; namespace TTS{ public partial class Form1 : Form { private SpeechSynthesizer speech = new SpeechSynthesizer(); public Form1() { Initia…