Merge pull request #726 from fijipants/patch-1

Fix bug with log_func
This commit is contained in:
Eren Gölge 2021-08-26 22:11:29 +02:00 committed by GitHub
commit 1692b8e4d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ class AudioProcessor(object):
self.sample_rate = sample_rate
self.resample = resample
self.num_mels = num_mels
self.log_func = log_func
self.min_level_db = min_level_db or 0
self.frame_shift_ms = frame_shift_ms
self.frame_length_ms = frame_length_ms