synthi tts
1.0.0
¡Digitalice su propia voz para que hable por usted! Totalmente automatizado!
Aviso de Niklas: ¡He tomado este prototipo y lo volví a implementar para que todo suene mucho mejor! ¡Me gustaría agradecer a todos los que me ayudaron a dar vida a esta idea, especialmente Moritz y Jackob que fueron responsables del código en este repositorio!
# 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 obtener más ayuda con los argumentos que puede usar.