synthi tts
1.0.0
将自己的声音数字化,以为您说话!完全自动化!
尼克拉斯(Niklas)注意:我已经采用了这个原型并重新实现了它,以使一切听起来好多了!我要感谢所有帮助我将这个想法栩栩如生的人,尤其是在此存储库中负责该代码的莫里茨和杰克布!
# prepare audio.mp3 and transcription.txt
# you need docker pre-installed
# this will generate an output.json inside the path specified.
./gentle-docker.sh < path > < audio.mp 3> < transcription.txt >
python3 json-times-voice-to-samples.py < path/output.json > [output-folder] # make sure that voice model is complete
# English is recommended
python3 synthi-tts.py " Your text here " -f < output-folder >使用python3 synthi-tts.py --help以便在可能使用的参数方面进行进一步的帮助。