February 06, 2016

JC Text2Speech : Visual C#


    The  following  program  is  a  speech  recognition program in Visual C# which converts text to speech using System.Speech library. 

This program utilizes the System.Speech.Synthesis  namespace  for converting text to speech. SpeakAsync()  method  is used to speak a word. There   are   two   properties   used  here;   one  is volume, another one is Rate. This program also provides a facility to convert text into audio file in wav file format.





This program requires .NET Framework 4.5




The screenshots below describe its functionality :



Text2Speech - Idle


Text2Speech - Opening File


Text2Speech - Output


Text2Speech - Saving File


 Download

Click here to view and download the source code of JC Text2Speech (234 KB).


Click here to download the executable file of JC Text2Speech (51 KB).




No comments:

Post a Comment