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.
With
audinterface>=0.7.0
we changed thatFeature.__call__()
always returns the shape(channels, feature, frames)
. Since we have to override__call__()
inSmile
- 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 byopensmile
- we need to provide a fix here, too.