Christoph Hausner
Christoph Hausner
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...
Anyone having issues with compiling 2.3 on OS X: please try with the recently released [version 3.0](https://github.com/audeering/opensmile) which ships with pre-built binaries for OS X and also has a completely...
For anyone having compilation issues with 2.3 on OS X, you may want to move to the new [version 3.0](https://github.com/audeering/opensmile) which ships with pre-built OS X binaries. The build process...
I think this was indeed a bug in the Android sample project in version 2.3. For anyone looking into Android integration, I suggest to give the recently released [version 3.0](https://github.com/audeering/opensmile)...
Please try with the recently released [version 3.0](https://github.com/audeering/opensmile). Some parts of the documentation in 2.3 were outdated which has been fixed in the new release.
This is indeed a limitation with the config files shipped with openSMILE. Even when not outputting functionals they will still get computed internally. The only way around that is to...
It appears that some of the files referenced in the documentation were no longer bundled with the 2.3 release. Please give [version 3.0](https://github.com/audeering/opensmile) a try which has an updated documentation.
The recently released [version 3.0](https://github.com/audeering/opensmile) now comes with a low-level SMILEapi Python wrapper and a pip-installable, simpler [Python package](https://github.com/audeering/opensmile-python).
Have you tried with each device listed by listDevices=1? Also, try different sampling rates for `cPortaudioSource` (either 44100 or 48000 usually work). If you specify a sampling rate that is...
The Wave file parser in openSMILE only supports a subset of all possible formats. I suggest to open the file in another software and re-export it as 16-bit signed integer...