mirror of https://github.com/coqui-ai/TTS.git
Add missing param
This commit is contained in:
parent
3ab7afbc1a
commit
6939242c00
|
@ -206,6 +206,7 @@ def wav_to_mel(y, n_fft, num_mels, sample_rate, hop_length, win_length, fmin, fm
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class VitsAudioConfig(Coqpit):
|
class VitsAudioConfig(Coqpit):
|
||||||
|
fft_size: int = 1024
|
||||||
sample_rate: int = 22050
|
sample_rate: int = 22050
|
||||||
win_length: int = 1024
|
win_length: int = 1024
|
||||||
hop_length: int = 256
|
hop_length: int = 256
|
||||||
|
|
Loading…
Reference in New Issue