synthi tts
1.0.0
Digitize sua própria voz para que ela fale por você! Totalmente automatizado!
Aviso de Niklas: peguei esse protótipo e o reimplei para fazer com que tudo pareça muito melhor! Gostaria de agradecer a todos que me ajudaram a dar vida a essa ideia, especialmente Moritz e Jackob, responsáveis pelo código neste repositório!
# 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 > Use python3 synthi-tts.py --help para obter mais ajuda com argumentos que você pode usar.