You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) extracts spectrograms for all audios. it would be nice to have that as an optional input in case they have been already generated or broken into separate functions.
Tasks
refactor mfcc function to take optional input or break into two functions, one from audios and one from spectrograms
Freeform Notes
more generally consider optimizing internal parallelization so that scale of number of files doesn't can be handled with limited memory. (this may apply to multiple functions).
The text was updated successfully, but these errors were encountered:
Description
the current extract_mel_filter_bank_from_audios extraction (
senselab/src/senselab/audio/tasks/features_extraction/torchaudio.py
Line 121 in e5a935a
Tasks
Freeform Notes
more generally consider optimizing internal parallelization so that scale of number of files doesn't can be handled with limited memory. (this may apply to multiple functions).
The text was updated successfully, but these errors were encountered: