File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/fastspeech2_libritts/conf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66# ##########################################################
77# FEATURE EXTRACTION SETTING #
88# ##########################################################
9- hop_size : 256 # Hop size.
9+ hop_size : 300 # Hop size.
1010format : " npy"
1111
1212# ##########################################################
Original file line number Diff line number Diff line change 33# ##########################################################
44sampling_rate : 24000 # Sampling rate.
55fft_size : 1024 # FFT size.
6- hop_size : 256 # Hop size. (fixed value, don't change)
6+ hop_size : 300 # Hop size. (fixed value, don't change)
77win_length : null # Window length.
88 # If set to null, it will be the same as fft_size.
99window : " hann" # Window function.
You can’t perform that action at this time.
0 commit comments