Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.27k stars 905 forks source link

Special symbol for silence? #414

Open mrgloom opened 5 years ago

mrgloom commented 5 years ago

Is any special symbol for silence exist? i.e. if I want to generate a text like text = [silence symbol] * 10 + 'Hello how are you?'