Skip to content

Commit a2ece33

Browse files
committed
fix hifigan yaml bug
1 parent 16d66dc commit a2ece33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/libritts/cosyvoice/conf/cosyvoice.fromscratch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ mel_spec_transform1: !name:matcha.utils.audio.mel_spectrogram
141141
hop_size: 256
142142
win_size: 1024
143143
fmin: 0
144-
fmax: 8000
144+
fmax: null
145145
center: False
146146
hifigan: !new:cosyvoice.hifigan.hifigan.HiFiGan
147147
generator: !ref <hift>

examples/libritts/cosyvoice/conf/cosyvoice.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ mel_spec_transform1: !name:matcha.utils.audio.mel_spectrogram
141141
hop_size: 256
142142
win_size: 1024
143143
fmin: 0
144-
fmax: 8000
144+
fmax: null
145145
center: False
146146
hifigan: !new:cosyvoice.hifigan.hifigan.HiFiGan
147147
generator: !ref <hift>

0 commit comments

Comments
 (0)