mirror of https://github.com/coqui-ai/TTS.git
update docstring
This commit is contained in:
parent
2048095e9a
commit
ec94ff3691
|
@ -17,7 +17,9 @@ from TTS.tts.utils.text import make_symbols, phonemes, symbols
|
|||
|
||||
class Synthesizer(object):
|
||||
def __init__(self, tts_checkpoint, tts_config, vocoder_checkpoint=None, vocoder_config=None, use_cuda=False):
|
||||
"""Encapsulation of tts and vocoder models for inference.
|
||||
"""General TTS interface for inference. It takes a tts and a vocoder
|
||||
model and synthesize speech from the provided text with a basic text
|
||||
formatting.
|
||||
|
||||
TODO: handle multi-speaker and GST inference.
|
||||
|
||||
|
|
Loading…
Reference in New Issue