Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the framesize and framestep of eGeMAPSv02 #79

Open
Syx2002 opened this issue Oct 26, 2024 · 1 comment
Open

How to change the framesize and framestep of eGeMAPSv02 #79

Syx2002 opened this issue Oct 26, 2024 · 1 comment

Comments

@Syx2002
Copy link

Syx2002 commented Oct 26, 2024

Im new in this area, and this is my code:

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.

@Syx2002 Syx2002 changed the title How How to change the framesize and framestep of eGeMAPSv02 Oct 26, 2024
@jhkonan
Copy link

jhkonan commented Dec 1, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants