fmnbijbzq
Results
2
comments of
fmnbijbzq
Thank you! I have installed this library.The problem has been solved. But,I use the code example: ``` import opensmile smile = opensmile.Smile( feature_set=opensmile.FeatureSet.ComParE_2016, feature_level=opensmile.FeatureLevel.Functionals, ) y = smile.process_file('audio.wav') ``` result:...
Thank you! I made it. > @fmnbijbzq you have two options to solve the new problem: > > 1. update pandas: `pip install --upgrade pandas` > 2. ~update audinterface: `pip...