1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-07 17:32:33 +00:00
2019-09-21 01:19:30 +05:30
2019-09-21 01:19:30 +05:30
2019-07-01 14:47:55 +05:30
2019-09-21 01:19:30 +05:30
2019-09-21 01:19:30 +05:30
2019-07-16 16:01:08 +05:30
2019-09-21 01:19:30 +05:30
2019-09-21 01:19:30 +05:30
2019-09-21 01:19:30 +05:30
2019-09-21 01:19:30 +05:30
2019-09-21 01:19:30 +05:30
2019-09-21 01:19:30 +05:30

Taco2 TTS

image

Generate speech audio from text


Table of Contents

Features

  • Tacotron2 Synthesized Speech

Installation

Install the packages with for production use. It downloads the dependencies

python setup.py install

Still facing an issue? Check the Issues section or open a new issue.

The installation should be smooth with Python 3.6 or newer.

Usage

API

tts_model = TTSModel("/path/to/tacotron2_model","/path/to/waveglow_model")
SPEECH_AUDIO = tts_model.synth_speech(TEXT)
Description
No description provided
Readme 3.3 MiB
Languages
Python 96.9%
Makefile 3.1%