novoic / surfboard

Novoic's audio feature extraction library
https://novoic.com
GNU General Public License v3.0
434 stars 47 forks source link

`loudness_slidingwindow` calculated on ~1 second files breaks `extract_features` #17

Closed rlenain closed 4 years ago

rlenain commented 4 years ago

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...