audeering / opensmile

The Munich Open-Source Large-Scale Multimedia Feature Extractor
https://audeering.github.io/opensmile/
Other
578 stars 75 forks source link

OpenSmile output export #50

Open Michele1996 opened 2 years ago

Michele1996 commented 2 years ago

Hi, does OpenSmile have a component has OSC to send data in real-time or we can only save the output and then send it?

chausner-audeering commented 2 years ago

openSMILE does not come with components to send data over the network. If you need to stream output in real-time, you can use SMILEapi to have a callback function in your code called as each result frame is generated, and then send it over the network, for example.

Michele1996 commented 2 years ago

Thank you for your quick reply! Could you say me where exactly you handle the data acquired at each frame in the code?