Skip to content

Commit 6c073fb

Browse files
committed
🌰 hop_size should be 300 for sampling_rate 24k in libriTTS.
1 parent 1a64f4e commit 6c073fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/fastspeech2_libritts/conf/fastspeech2libritts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
###########################################################
77
# FEATURE EXTRACTION SETTING #
88
###########################################################
9-
hop_size: 256 # Hop size.
9+
hop_size: 300 # Hop size.
1010
format: "npy"
1111

1212
###########################################################

preprocess/libritts_preprocess.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###########################################################
44
sampling_rate: 24000 # Sampling rate.
55
fft_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)
77
win_length: null # Window length.
88
# If set to null, it will be the same as fft_size.
99
window: "hann" # Window function.

0 commit comments

Comments
 (0)