old-bel-tts / README.md
jhlfrfufyfn's picture
Update README.md
f7473b7
|
raw
history blame
525 Bytes
metadata
tags:
  - text-to-speech

Bel-TTS

Install

Install TTS with pip:

pip install TTS

Download the files from this repo.

Running synthesizer

Example for the synthesizing command:

tts --text "Гепарды жывуць у адкрытых і прасторных месцах, дзе ёсць шмат здабычы." \
    --config_path ./config.json \
    --model_path ./model.pth \
    --out_path ./output.wav \
    --vocoder_path ./vocoder.pth \
    --vocoder_config_path ./vocoder_config.json