When running a job (either through CLI or through extract_features) using the component loudness_slidingwindow on ~1 second wav files, the job on the entire file seems to fail (returning an empty dataframe).
The exception which appears is: Found exception "object of type 'float' has no len()"... Skipping...
When running a job (either through CLI or through
extract_features
) using the componentloudness_slidingwindow
on ~1 second wav files, the job on the entire file seems to fail (returning an empty dataframe).The exception which appears is:
Found exception "object of type 'float' has no len()"... Skipping...