naxingyu / opensmile

A github repo of the openSMILE feature extraction tool.
http://www.audeering.com/research/opensmile
Other
214 stars 79 forks source link

Basic Command for running OpenSMILE not working #33

Closed DiptarkBose closed 4 years ago

DiptarkBose commented 4 years ago

I recently setup OpenSMILE on my Windows10 machine, and it does work fine when I run the initial SMILExtract_Release -h command.

But when I run the first basic command mentioned in the SMILE book (i.e, SMILExtract_Release -C config/demo/demo1_energy.conf -I wav_samples/speech01.wav -O speech01.energy.csv), I get the following error:

image

When I attempted to understand what could have raised the problem, I noticed that the folder doesn't have any wav_samples folder at all. So to fix this, I made my own wav_samples folder, and put a .wav file titled speech01.wav file inside it. Ran the command again, but still getting the same error.

Any help would be appreciated!

naxingyu commented 4 years ago

There is sample data in example-audio/opensmile.wav. Try using absolute path.

DiptarkBose commented 4 years ago

Understood. Thanks for the clarification @naxingyu !