A simple web application that converts text into speech using the Web Speech API. Users can enter text, select a voice, and listen to the generated speech. The application also allows users to download the generated audio as an MP3 file.
- Enter text to be converted to speech.
- Select from available voices.
- Play the generated speech.
- Download the speech as an MP3 file.
- HTML
- CSS
- JavaScript
- Web Speech API
- MediaRecorder API
- Clone the repository:
git clone https://github.com/yourusername/text-to-speech-converter.git