fatchord / WaveRNN

WaveRNN Vocoder + TTS

Home Page:https://fatchord.github.io/model_outputs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why do you minus 2 in preprocessing ?

yt605155624 opened this issue · comments

I would like to know why do you minus 2 in preprocessing ?

max_offsets = [x[0].shape[-1] -2 - (mel_win + 2 * hp.voc_pad) for x in batch]

and you have + 2 * hp.voc_pad in mel_win, why + 2 * hp.voc_pad again here?
I am very confused and looking forward to your reply.