audeering / opensmile

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

"SMILE3.0.1 error mentioning no smile-conf file" #64

Closed hridyarajagopal closed 10 months ago

hridyarajagopal commented 10 months ago

I am using open -SMILE3.0.1in windows 11 and was trying to extract chroma features,when I gave the command it got executed but some error in finding the smile- conf was shown and could not get the output C:\Users\rraja\OneDrive\Documents\opensmile-3.0.1-win-x64\bin>SMILExtract -C:\Users\rraja\OneDrive\Documents\opensmile-3.0.1-win-x64\config\chroma\chroma_fft.conf -I C:\Users\rraja\OneDrive\Desktop\sample_a_new.wav -O chroma.csv (MSG) [2] SMILExtract: openSMILE starting! (MSG) [2] SMILExtract: config file is: smile.conf (MSG) [2] cComponentManager: successfully registered 102 component types. (ERR) [1] configManager: cFileConfigReader::openInput : cannot find input file 'smile.conf'!

Issue was resolved after adding space Thank you