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
I have been trying to integrated OpenSmile with Psi. But the C# API provided by OpenSmile seems to only support command line messages. So I am looking into the OpenSmile project in OpenSense but my Visual Studio keeps throwing me error CS0246 saying that the namespace "OpenSenseInterop" can not be found but no references are missing. So I am wondering why?
Thank you in advance for any advice.
Janus
The text was updated successfully, but these errors were encountered:
A lot of things in OpenSense had changed, if you are still trying openSMILE component of OpenSense, you can paste a screenshot about the error.
In general, the project OpenSmileInterop is a .net framework class library. If you want to use openSMILE only, you can just copy and reference its compiled DLLs from our binary releases, so you do not need to compile it yourself.
Hi,
I have been trying to integrated OpenSmile with Psi. But the C# API provided by OpenSmile seems to only support command line messages. So I am looking into the OpenSmile project in OpenSense but my Visual Studio keeps throwing me error CS0246 saying that the namespace "OpenSenseInterop" can not be found but no references are missing. So I am wondering why?
Thank you in advance for any advice.
Janus
The text was updated successfully, but these errors were encountered: