Blind people does not able to see so they cannot read text with there eyes so I have created a Text to speech convert to help them to listen the text. Text to speech converter helps support few feature...
-
Open: Open feature helps you to open the file you wanted to listen
-
Speak: Speak feature start speaking the text
-
Continue: It helps you start from the place where you pause the speech
-
Pause: It helps you to stop the speech converter at a place
-
Stop: It helps you to abort the speaking task
-
Voice Gender: Choose whether the voice should be of male or female
-
Speed: Choose the speed to read text between -1 to -10
Kindly follow the given step below:
- After opening the project on the right hand side right click on the Reference option
- Now click on add Reference
- A dialog box will appear, Now on the left hand side click on assemblies
- Now search
System.Speech
- Tick it and Press OK
- Add the namespace
using System.Speech; and using System.Speech.Synthesis;
Kindly follow the given steps below
- Clone the project using
git clone
command - Open Visual Studio
- Click on open project
- Add Open the
Text to Speech
folder provided in this project - Do the configuration given above
- Run the Program