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
After comparing this conf to examples provided with the opensmile distribution, it seems like if I change the frameSize of the cFramer component to 0.020 or higher, the error is gone. However, for internal data dependencies reasons, I prefer not to make that change.
The original conf was working with no issues with release 2.0. It seems like the call to smileMath_csplint_init in cSpecScale::dataProcessorCustomFinalise (which I believe causes the errors above) was intoruced in release 3.0, and it now expects certain form from the input to the cSpecScale component, but I'm not sure which.
Any idea what's going on? Thanks!
The text was updated successfully, but these errors were encountered:
alonshalita
changed the title
Isse with smileMath_csplint_init when migration from version 2.0 to 3.*
Issue with smileMath_csplint_init when migrating from version 2.0 to 3.*
Jun 24, 2023
I'm trying to migrate a code base that used version 2.0 to version 3.0 or 3.1. The configuration file fails to load with the following errors:
and then the whole execution segfaults.
A simplified version of the config file looks as follows:
After comparing this conf to examples provided with the opensmile distribution, it seems like if I change the
frameSize
of thecFramer
component to 0.020 or higher, the error is gone. However, for internal data dependencies reasons, I prefer not to make that change.The original conf was working with no issues with release 2.0. It seems like the call to
smileMath_csplint_init
incSpecScale::dataProcessorCustomFinalise
(which I believe causes the errors above) was intoruced in release 3.0, and it now expects certain form from the input to thecSpecScale
component, but I'm not sure which.Any idea what's going on? Thanks!
The text was updated successfully, but these errors were encountered: