File size: 593 Bytes
e68eea4
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Bel-TTS

## Install
Run in your terminal `pip install TTS`, and download the files from this repo.

## Running synthesizer
Example for the synthesizing command: 

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