audeering/opensmile

OpenSmile output export

Michele1996 opened this issue · 2 comments

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?

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.

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