Text to Speech Converter in C#
Text to Speech Converter in C#
Let's Begin:
1) Create New Project -> Select Windows Form Application in C# -> Give it a name.
2) Drop RichTextBox and four Button Controls from the ToolBox.
3) Right click on Reference Folder -> Click on Add Reference.
4) Select System.Speech Assembly and Click on OK.



