mirror of https://github.com/coqui-ai/TTS.git
Change back the default value
parent
355e1f47ab
commit
a26498181b
|
@ -51,7 +51,7 @@ class AudioProcessor(object):
|
|||
sample_rate=None,
|
||||
resample=False,
|
||||
num_mels=None,
|
||||
log_func="np.log",
|
||||
log_func="np.log10",
|
||||
min_level_db=None,
|
||||
frame_shift_ms=None,
|
||||
frame_length_ms=None,
|
||||
|
|
Loading…
Reference in New Issue