audeering / opensmile

The Munich Open-Source Large-Scale Multimedia Feature Extractor
https://audeering.github.io/opensmile/
Other
578 stars 75 forks source link

(ERR) [1] configManager: cFileConfigReader::openInput : cannot find input file 'smile.conf'! #74

Open tesonhub opened 5 months ago

tesonhub commented 5 months ago

Hi im new to this, after installing I use this command: SMILExtract -version

and encounter an issue below:

(EmoDB) sustainable@p360:~/emotionDB/opensmile/build$ SMILExtract -version (MSG) [2] SMILExtract: openSMILE starting! (MSG) [2] SMILExtract: config file is: smile.conf (MSG) [2] cComponentManager: successfully registered 97 component types. (ERR) [1] configManager: cFileConfigReader::openInput : cannot find input file 'smile.conf'!

Is there a way to resolve this, I just want to try out this audio analysis application.

tesonhub commented 5 months ago

This are the steps I used to install: sudo apt update

sudo apt install cmake g++ libpulse-dev zlib1g-dev libopencv-dev libfftw3-dev libsndfile1-dev

git clone https://github.com/audeering/opensmile.git

cd opensmile mkdir build cd build cmake .. make -j4

sudo make install