I want to extract audio features using opensmile using the predefined emobase.config file. However when I enter a .wav and I get the output for only one framesize.
I changed the framemode to fixed and gave the values for fixedstep and fixedsize but it throws error. I don't know if the inbuilt config file like emobase.conf will generates output for the whole video and not frame wise.
Is there a way to extract features per frame size for inbuilt config files? I get frame wise output for self generated config files! However for the inbuilt ones I don't know how to go about it!