Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.62 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.62 KB

📝Text to Speech🔊

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...

>> Copyright (c) Ujjwal Gupta (@UG-SEP)

Features

  1. Open: Open feature helps you to open the file you wanted to listen

  2. Speak: Speak feature start speaking the text

  3. Continue: It helps you start from the place where you pause the speech

  4. Pause: It helps you to stop the speech converter at a place

  5. Stop: It helps you to abort the speaking task

  6. Voice Gender: Choose whether the voice should be of male or female

  7. Speed: Choose the speed to read text between -1 to -10

    Library Used

System.Speech;

How to add the above library?

Kindly follow the given step below:

  1. After opening the project on the right hand side right click on the Reference option
  2. Now click on add Reference
  3. A dialog box will appear, Now on the left hand side click on assemblies
  4. Now search System.Speech
  5. Tick it and Press OK
  6. Add the namespace using System.Speech; and using System.Speech.Synthesis;

How to use it?

Kindly follow the given steps below

  1. Clone the project using git clone command
  2. Open Visual Studio
  3. Click on open project
  4. Add Open the Text to Speech folder provided in this project
  5. Do the configuration given above
  6. Run the Program