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 in real-time #36

Open
viditjain99 opened this issue Jul 13, 2020 · 4 comments
Open

OpenSMILE in real-time #36

viditjain99 opened this issue Jul 13, 2020 · 4 comments

Comments

@viditjain99
Copy link

Is it possible to use openSMILE in real-time with python to extract features on the fly to perform real-time processing?

@Ehsan-Nirjhar
Copy link

Yes, you need to install it with portaudio

@viditjain99
Copy link
Author

I installed it with portaudio, however, the features are generated once the live audio recording has finished. Is there a way to output features simultaneously while recording the live audio?

@chausner-audeering
Copy link

Real-time processing is supported and features should get generated continuously during recording, not only afterwards.

To use openSMILE from within Python, you may want to check out the SMILEapi Python wrapper that is part of the recently released version 3.0. There is also a simpler standalone Python package which might work for you.

@krishna51119
Copy link

@chausner-audeering Sir How to use this code structure after installing opensmile using pip

opensmile_call = exe_opensmile + " -C " + path_config + " -I " + infilename + " -O " + outfilename

I have downloaded the opensmile but dnt know how to install it in windows,,,plz guide

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

4 participants