Closed zuoxiang95 closed 7 years ago
hey guys, i want to ask how to control the length of generated wav. i find the generated wav is about 4s. If my text is too long, it can not be finished in 4s. what should i do?
I found this script in eval.py 44 line.
eval.py
timesteps = 100 # Adjust this number as you want
Modify this script to want you increasing timesteps value.
@keicoon You are right. Thanks!
hey guys, i want to ask how to control the length of generated wav. i find the generated wav is about 4s. If my text is too long, it can not be finished in 4s. what should i do?