1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-08 01:32:35 +00:00
2019-11-28 18:00:52 +05:30
2019-07-01 14:47:55 +05:30
2019-09-21 01:19:30 +05:30
2019-10-04 16:24:36 +05:30
2019-10-04 15:27:59 +05:30
2019-11-27 22:53:41 +05:30
2019-10-04 16:15:30 +05:30
2019-10-04 16:24:36 +05:30
2019-09-21 01:19:30 +05:30
2019-10-04 16:15:30 +05:30

Taco2 TTS

image

Generates speech audio from text


Table of Contents

Features

  • TTS using Tacotron2

Installation

To install the packages and its dependencies run.

python setup.py install

or with pip

pip install .

The installation should work on Python 3.6 or newer. Untested on Python 2.7

Usage

from taco2.tts import TTSModel
tts_model = TTSModel("/path/to/tacotron2_model","/path/to/waveglow_model") # Loads the models
SPEECH_AUDIO = tts_model.synth_speech(TEXT) # Returns the wav buffer

If '/path/to/waveglow_model' is None Griffin-Lim vocoder will be used.

Description
No description provided
Readme 3.3 MiB
Languages
Python 96.9%
Makefile 3.1%