naxingyu / opensmile

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

Aborted run on Ubuntu 17.04 #9

Open pabloriera opened 6 years ago

pabloriera commented 6 years ago

Hi, I just build openSMILE but couldn't run the demo feature extraction

SMILExtract -C config/demo/demo1_energy.conf -I test.wav -O ~/test.csv

it gives

terminate called after throwing an instance of 'cIOException'
abort (core dumped) 

Any way to dig in to the problem?

naxingyu commented 6 years ago

I tried the example-audio/opensmile.wav sample using bin/linux_x64_standalone_static/SMILExtract and bin/linux_x64_standalone_libstdc6/SMILExtract and both succeeded. Which binary did you use?

whydinkov commented 4 years ago

For future readers, i got same error once i run any of binaries with sudo - if you're doing that be aware.