naxingyu / opensmile

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

invalid conversion from 'unsigned char to char' #4

Open liyungithub opened 6 years ago

liyungithub commented 6 years ago

in src/include/core/vectorTransform.hpp

line 117 const unsigned char smileMagic[] = {(char)0xEE, (char)0x11, (char)0x11, (char)0x00};

pabloriera commented 6 years ago

See issue #2