ihp-lab / OpenSense

OpenSense: A Platform for Multimodal Data Acquisition and Behavior Perception
Other
32 stars 7 forks source link

OpenSmile integration with Psi #16

Open JanusMaple opened 3 years ago

JanusMaple commented 3 years ago

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

KanaHayama commented 2 years ago

I am sorry that I just noticed this github issue.

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.