You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smile = opensmile.Smile(
feature_set=opensmile.FeatureSet.eGeMAPSv02,
feature_level=opensmile.FeatureLevel.LowLevelDescriptors,
)
y = smile.process_file(segment_file)
It seems that this code has default framesize and framestep, and I wonder how to change the framesize as 0.06s and framestep as 0.01s of eGeMAPSv02 in the config file. I would greatly appreciate it if could provide specific modified code.
The text was updated successfully, but these errors were encountered:
Syx2002
changed the title
How
How to change the framesize and framestep of eGeMAPSv02
Oct 26, 2024
Unfortunately, almost any change to the framework is nontrivial. I wanted to do this 3 years ago, but have since given up such experiments. Even isolating individual features to individually extract is not obvious.
If you or someone else finds a solution, please share.
Im new in this area, and this is my code:
It seems that this code has default framesize and framestep, and I wonder how to change the framesize as 0.06s and framestep as 0.01s of eGeMAPSv02 in the config file. I would greatly appreciate it if could provide specific modified code.
The text was updated successfully, but these errors were encountered: