The Text-to-Speech App (TTS App) is a web application that converts text into speech using various voice vendors like Amazon Polly and Microsoft Azure. The app allows users to select different voices, languages, and audio formats to generate speech from text input.
- Convert text to speech using multiple voice vendors
- Select from a variety of voices and languages
- Choose audio formats (mp3, wav)
- Play and download generated audio
- Clone the repository:
git clone https://github.com/hansonrobotics/tts-app.git
- Navigate to the project directory:
cd tts-app
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.