naxingyu / opensmile

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

openSMILE feature extraction fails on files longer than 60 minutes #12

Open sethmachine opened 6 years ago

sethmachine commented 6 years ago

Hi,

I am running openSMILE on Windows, 32 bit binary. Batch feature extraction (with a config file) terminates prematurely with an out of memory exception for any audio file longer than 60 minutes. The CSV data is still written for the beginning parts of the file. The machine has 16 GB of RAM.

A dirty solution is it clip off the file into two parts, such that no part is longer than 60 minutes, and merge the two CSV files.

Is this error due to the binary being 32 bit, and if so, where could I get a 64 bit openSMILE binary for Windows?