synthi tts
1.0.0
자신의 목소리를 디지털화하여 당신을 위해 말하도록하십시오! 완전 자동화!
Niklas의 주목 : 나는이 프로토 타입을 가져 와서 모든 것을 훨씬 더 잘 들리게하기 위해 그것을 다시 구현했습니다! 이 아이디어를 생생하게 할 수 있도록 도와 주신 모든 분들께 감사드립니다. 특히이 리포지토리에서 코드를 담당 한 Moritz와 Jackob!
# 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 사용하여 사용할 수있는 인수에 대한 추가 도움을 받으십시오.