mirror of https://github.com/coqui-ai/TTS.git
replace n_fft with fft_size
This commit is contained in:
parent
dbb4bd884a
commit
18d4ed3dc4
|
@ -6,7 +6,7 @@
|
|||
// AUDIO PARAMETERS
|
||||
"audio":{
|
||||
// stft parameters
|
||||
"num_freq": 513, // number of stft frequency levels. Size of the linear spectogram frame.
|
||||
"fft_size": 1024, // number of stft frequency levels. Size of the linear spectogram frame.
|
||||
"win_length": 1024, // stft window length in ms.
|
||||
"hop_length": 256, // stft window hop-lengh in ms.
|
||||
"frame_length_ms": null, // stft window length in ms.If null, 'win_length' is used.
|
||||
|
|
Loading…
Reference in New Issue