audeering/opensmile

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

Opened this issue · 1 comments

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.

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