old-bel-tts / README.md
jhlfrfufyfn's picture
Update README.md
6698efb
|
raw
history blame
582 Bytes
# 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 path/to/config.json \
--model_path path/to/model.pth \
--out_path folder/to/save/output.wav \
--vocoder_path path/to/vocoder.pth \
--vocoder_config_path path/to/vocoder_config.json
```