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を使用して、使用できる引数をさらにヘルプします。