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以便在可能使用的參數方面進行進一步的幫助。