synthi tts
1.0.0
Digitize your own voice to have it speak for you! Fully automated!
Notice by Niklas: I've taken this prototype and re-implemented it to make everything sound a lot better! I would like to thank everyone who helped me bring this idea to life, especially Moritz and Jackob who were responsible for the code in this repo!
# 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.mp3> <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 for further help with arguments you may use.