opensmile icon indicating copy to clipboard operation
opensmile copied to clipboard

A github repo of the openSMILE feature extraction tool.

Results 36 opensmile issues
Sort by recently updated
recently updated
newest added

smilePcm: Riff: 46464952 Format: 45564157 Subchunk1ID: 20746d66 Subchunk2ID: 61640000 AudioFormat: 1 Subchunk1Size: 12smilePcm: bogus wave/riff header or file in wrong format ('D:\Projects\Audio\Emotion\SER\AcousticFeatureExtraction\audios/EP03_seq04_sc132.wav')! (maybe you are trying to read a 32-bit...

I downloaded its master version from this site. extracted it's folder. then using cmd PANEL. I gave path to file openSmile which opened my visual studio2013. then i select the...

I am using vad_segmenter.conf to get the start and end time of all vad segments using -saveSegmentTimes filename option. In this process, opensmile automatically creates new wav files of vad...

Error: narrowing conversion of ‘'\37777777756'’ from ‘char’ to ‘unsigned char’ inside { } [-Wnarrowing] unsigned char smileMagic[] = {(char)0xEE, (char)0x11, (char)0x11, (char)0x00};

when I try to "./buildStandAlone.sh". I got this error: " make: *** [all] Error 2 /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -mfpmath=sse -msse2 -lm -lpthread -lc -o SMILExtract progsrc/smilextract/SMILExtract-SMILExtract.o -lm...

Hello everyone, for my thesis I am planning to extract voice features from audio data recorded during psychotherapy sessions. For this purpose I am using openSMILE. For the fundamental frequency...

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'...

Hi everyone, I am new to openSmile, can anyone help me out how to extract mfcc features in CSV format instead of htk format. Thanks

Hi, I wanna know if I can use Opensmile to extract audio features to train neural models end to end, without saving the features as files. If there's a way,...

I've got openSmile installed on my virtual machine, and I just tried to test it out with the command: `SMILExtract -C config/demo/demo1_energy.conf -I wav_samples/speech01.wav - O speech01.energy.csv`, as shown in...