Epholy

Results 1 issues of Epholy

Hello. I'm trying to extract LLD from a period of sound, and here is my code: ```python import opensmile smile = opensmile.Smile( feature_set=opensmile.FeatureSet.eGeMAPSv02, feature_level=opensmile.FeatureLevel.LowLevelDescriptors ) signal = smile.process_file('./BASIC5000_0235.wav', start=1.518, end=1.596)...