Change back the default value

pull/446/head
WeberJulian 2021-04-22 16:10:17 +02:00
parent 355e1f47ab
commit a26498181b
1 changed files with 1 additions and 1 deletions

View File

@ -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,