opensmile icon indicating copy to clipboard operation
opensmile copied to clipboard

A github repo of the openSMILE feature extraction tool.

Results 36 opensmile issues
Sort by recently updated
recently updated
newest added

After using this command " SMILExtract -cfgFileTemplate -configDflt cWaveSource,cFramer,cEnergy, cCsvSink -l 1 2> demo1.conf " two files are generated 'demo1.conf' & 'smile.log' and after opening 'demo1.conf' to modify as told...

Following [this tutorial](http://records.mlab.no/2015/01/05/opensmile-the-munich-open-source-large-scale-multimedia-feature-extractor-a-tutorial-for-version-2-1/) for version 2.1.0 for performing emotion recognition, I copied the folder `models` into my opensmile top directory from [here](https://www.audeering.com/research-and-open-source/files/emotion-models-0.1.0.zip) (the link doesn't work anymore by the way)....

I run this command sh plotchroma.sh ../../chroma.csv to plot but I received this error : "Starting gnuplot, type 'quit' to exit the gnuplot prompt! "plotmatrix_chroma.gp", line 11: Scan size of...

Is it possible to use OpenSmile without compiling in the Linux environment??

I want to get csv output format with label. How to achieve it? I didn't find any instruction on the document. Please help me. Many thanks!

While Trying to build from source, it throws error: `error: taking address of temporary [-fpermissive]` It occurs in the `src/core/smileCommon.hpp` at the `#define smileMutexLock(mtx) (pthread_mutex_lock(&(mtx))==0)` and `#define smileMutexUnlock(mtx) pthread_mutex_unlock(&(mtx))` What...

Hi, the scripts buildStandalone.sh cannot find the c compiler on Nvidia Jetson and it fails to configure. I found the the path of c ompiler in /usr/bin/gcc Same problem with...

Hi, I am running openSMILE on Windows, 32 bit binary. Batch feature extraction (with a config file) terminates prematurely with an out of memory exception for any audio file longer...

This thread is opened for tracking building issues after this [commit](https://github.com/naxingyu/opensmile/commit/20f39b2aa888e93d7e68ca9ee6d93302bb50e576) I have tested on Debian with gcc 4.9.2. Current successful builds: + buildStandalone.sh + buildWithPortAudio.sh Anybody who has building...

https://github.com/renatopp/liac-arff/issues/58#event-1520347058 ``` @attribute emotion 0,1,2,3 ``` OpenSMILE sometimes outputs definitions of attributes in arff like this, but they are not valid as a part of arff. An example of arff...