How to convert text string to speech sound
I am looking for a way to convert text(string) in ENG to speech(sound) in c#. do anyone know for a way or some open-source lib that can help me with this task? You can use .NET lib( System.Speech.Synthesis ). According to Microsoft : The System.Speech.Synthesis namespace contains classes that allow you to initialize and configure a speech synthesis engine, create prompts, generate speech, respond to events, and modify voice characteristics. Speech synthesis is often referred to as text-to-speech or TTS. A speech synthesizer takes text as input and produces an audio stream as output. Speech