File size: 614 Bytes
265da89
 
 
 
 
e68eea4
 
 
6698efb
 
 
 
 
e68eea4
 
 
6698efb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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 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
```