Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSmile output export #50

Open
Michele1996 opened this issue Jun 28, 2022 · 2 comments
Open

OpenSmile output export #50

Michele1996 opened this issue Jun 28, 2022 · 2 comments

Comments

@Michele1996
Copy link

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
Copy link
Contributor

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
Copy link
Author

Michele1996 commented Jun 28, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants