We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: