Bel-TTS
Install
Install TTS with pip:
pip install TTS
Download files from this repo.
Running synthesizer
Example for the synthesizing command:
tts --text "Гепарды жывуць у адкрытых і прасторных месцах, дзе ёсць шмат здабычы." \
--config_path ${PATH_TO_FILE}/config.json \
--model_path ${PATH_TO_FILE}/model.pth \
--out_path ${PATH_TO_FILE}/output.wav \
--vocoder_path ${PATH_TO_FILE}/vocoder.pth \
--vocoder_config_path ${PATH_TO_FILE}/vocoder_config.json
(change ${PATH_TO_FILE} to your directory)
- Downloads last month
- 38