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

Why is the last row's frame size different from others when extracting LLD? #59

Open
Epholy opened this issue Apr 1, 2022 · 0 comments

Comments

@Epholy
Copy link

Epholy commented Apr 1, 2022

Hello.
I'm trying to extract LLD from a period of sound, and here is my code:

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)

After running this code, I got 3×25 vector like this:
image
I wonder why there is only 3 rows, and why the last row starts from 1.538s but ends at 1.596s instead of 1.558s.

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

1 participant