Skip to content

PratikNayak-DEV/Text-to-Speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text to Speech Converter

This project is a simple Text to Speech Converter web application that allows users to input text, select a voice, and adjust the speech rate, pitch, and volume. The application uses the Web Speech API to convert text to speech.

Features

  • Input text to be converted to speech.
  • Select from available voices.
  • Adjust speech rate, pitch, and volume.
  • Start and stop speech synthesis.

Project Structure

  • index.html: The main HTML file that contains the structure of the web application.
  • script.js: The JavaScript file that handles the speech synthesis functionality.
  • style.css: The CSS file that styles the web application.

Getting Started

To get started with the Text to Speech Converter, follow these steps:

  1. Clone the repository or download the project files.
  2. Open index.html in your web browser.

Usage

  1. Enter the text you want to convert to speech in the text area.
  2. Select a voice from the dropdown menu.
  3. Adjust the speech rate, pitch, and volume using the sliders.
  4. Click the "Speak" button to start the speech synthesis.
  5. Click the "Stop" button to stop the speech synthesis.

Dependencies

This project does not have any external dependencies. It uses the Web Speech API, which is supported by most modern web browsers.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published