audeering / opensmile-python

Python package for openSMILE
https://audeering.github.io/opensmile-python/
Other
243 stars 32 forks source link

FIX: __call__() return correct shape #40

Closed frankenjoe closed 3 years ago

frankenjoe commented 3 years ago

With audinterface>=0.7.0 we changed that Feature.__call__() always returns the shape (channels, feature, frames). Since we have to override __call__() in Smile - due to the fact that the process function returns not just the feature values but also the start and end times of the segments returned by opensmile - we need to provide a fix here, too.

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 (92fe40f) into master (64a2716) will not change coverage. The diff coverage is 100.0%.

Impacted Files Coverage Δ
opensmile/core/smile.py 100.0% <100.0%> (ø)