opensmile
opensmile copied to clipboard
The Munich Open-Source Large-Scale Multimedia Feature Extractor
I am a graduate student who uses eGeMAPS on a regular basis — both low level descriptors and functionals. I am studying for my qualifying exam and I am expected...
When I use IS09_emotion.conf to extract fixed features from a large amount of wavs and save the output in a same csv file, some of the outputs is available, because...
Hi, I am using the python library to interact with opensmile. ```python smile = opensmile.Smile( feature_set=opensmile.FeatureSet.ComParE_2016 , feature_level=opensmile.FeatureLevel.Functionals, verbose=True ) ``` When I use smile.process_file or smile.process_signal with a file...
Hi, I was toying around with the intensity/loudness calculations and I noticed that if I make a standard config with frame step 0.1s and frame width of 0.25s: ``` //...
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?
I encountered some issues while building with opencv flag. I fixed these issues on my own but it will be good to fix it at source code. Here are messages....
similar to issue #25, I got zsh: command not found: SMILExtract when running SMILExtract -h but the solution didn't solve my problem. My guess is the documentation says "CMake 3.5.1...
hello , im a window 10 user with java version 15.0.2 and swig version 4.0.2. im doing a step Compiling for Android and creating the sample Android app on the...
Hello, I was able to install/compile openSMILE with PortAudio and able to get various configuration option of the cPortAudio using SMILExtract -H. I was also able to record using SMILExtract...
- [x] fix 'sed' on mac/windows or improve documentation - [ ] better documentation for adding flags to build opensmile for android - [ ] either remove the dangling WITH_OPENSLES...