audeering / opensmile-python

Python package for openSMILE
https://audeering.github.io/opensmile-python/
Other
240 stars 32 forks source link

AttributeError: module 'opensmile' has no attribute 'Smile' #83

Closed nmehjabin closed 1 year ago

nmehjabin commented 1 year ago

This is the example taken from the GitHub. I am having issue running it as it says. import opensmile smile = opensmile.Smile( feature_set=opensmile.FeatureSet.ComParE_2016, feature_level=opensmile.FeatureLevel.Functionals, )

AttributeError Traceback (most recent call last) Cell In[3], line 2 1 import opensmile ----> 2 smile = opensmile.Smile( 3 feature_set=opensmile.FeatureSet.ComParE_2016, 4 feature_level=opensmile.FeatureLevel.Functionals, 5 )

AttributeError: module 'opensmile' has no attribute 'Smile'

y = smile.process_file('~/Desktop/Harvard\ list\ 01.wav')

hagenw commented 1 year ago

Duplicate of https://github.com/audeering/opensmile-python/issues/15