mkotha / WaveRNN

A WaveRNN implementation
MIT License
199 stars 48 forks source link

Use different hop length? #5

Open cyu0913 opened 5 years ago

cyu0913 commented 5 years ago

Hi,

Is this possible to use hop-length other than 64? For example, I want to use hop length of 200 correspond to 12.5ms in 16k sampling rate audio. I tried to change the hop-length parameter and upsampling factor, but seemed not enough.

Thanks.