Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.17 KB

TTS App

Overview

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.

Screenshot

Screenshot

Voice Vendors

Features

  • 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

Installation

  1. Clone the repository:
    git clone https://github.com/hansonrobotics/tts-app.git
  2. Navigate to the project directory:
    cd tts-app
  3. Install dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Open your browser and navigate to http://localhost:3000.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.