Closed twonine1 closed 3 years ago
@twonine1 change following parameters on config files :
generator_ratio:
filter_length:
hop_length:
win_length:
sampling_rate:
for 16KHz
sampling_rate: 16000
hop_length: 200 and filter_length = win_length = 4 * hop_length
generator_ratio: [5, 5, 2, 2, 2]
for 24 KHz
sampling_rate: 24000
hop_length: 300 and filter_length = win_length = 4 * hop_length
generator_ratio: [5, 5, 3, 2, 2]
Thank you very much!
I'd like to change sampling rate of training data to 16KHz or 24KHz. What should I change configuration parameters(config/default.yaml) except of sampling_rate? Thanks in advance.