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