Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.54 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.54 KB

Text-to-Speech Website

The Text-to-Speech website is a testing API project that converts text or sentences into audio files in MP3 format. It provides a convenient way to generate spoken content from text input, allowing users to listen to the converted audio files.

Features

  • Convert text or sentences into audio files in MP3 format.
  • Enter the desired text and click enter to generate the audio file.
  • Retrieve the audio file by clicking the "Get Link" button after a few seconds.

Usage

  1. Open the Text-to-Speech website.
  2. Enter the text or sentence you want to convert into audio in the designated input field.
  3. Press the "Enter" key or click the "Convert" button to initiate the conversion process.
  4. Wait for a few seconds for the audio file to be generated.
  5. Click the "Get Link" button to retrieve the link to the generated audio file.
  6. You can now download or share the MP3 audio file with others.

Development

This project is built using HTML, CSS, and JavaScript. The backend API handles the conversion of text to speech and the generation of MP3 audio files.

To set up the project locally, follow these steps:

  1. Clone the repository:

git clone https://github.com/Ajmal112/texttospeech.git

  1. Navigate to the project directory:

cd texttospeech

  1. Open the index.html file in your preferred web browser.

Contributing

Contributions to this project are welcome. If you have any suggestions or find any bugs, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.