Kyubyong / tacotron

A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model
Apache License 2.0
1.83k stars 436 forks source link

How do I create a voice model of my own voice? #73

Open ErfolgreichCharismatisch opened 7 years ago

ErfolgreichCharismatisch commented 7 years ago

How do I create a voice model of my own voice?

sandord commented 7 years ago

If you feel comfortable with reading the entire bible (or any similar sized work for that matter) out loud, you're nearly there.

ErfolgreichCharismatisch commented 7 years ago

Does "Mein Kampf" cut it aswell, should have the same size ;)

greigs commented 7 years ago

Split the audio into sentences as you do it.

ErfolgreichCharismatisch commented 7 years ago

Can you answer my issue https://github.com/Kyubyong/tacotron/issues/74 which is more pressing right now.