Skip to content

soham124/TextToSpeech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-Speech Converter

This is a simple Text-to-Speech Converter built using HTML, CSS, and JavaScript with the ResponsiveVoice API. It allows users to enter text and listen to it being read aloud in various languages.

Features

  • Allows users to input text into a textarea.
  • Converts the entered text into speech with the selected voice.
  • The voice can be selected from a dropdown menu with the following languages:
    • UK English Female
    • UK English Male
    • US English Female
    • US English Male
    • Hindi Female
  • Button to initiate the speech conversion.
  • Uses the ResponsiveVoice API.

Technologies Used

  • HTML for the structure of the page.
  • CSS for styling and creating a responsive, visually appealing interface.
  • JavaScript for dynamic interactions, such as fetching voices and converting text to speech.
  • ResponsiveVoice API to handle the text-to-speech functionality.

Getting Started

  1. Clone the repository:
    git clone https://github.com/your-username/text-to-speech-converter.git
    cd text-to-speech-converter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors