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
I am a graduate student who uses eGeMAPS on a regular basis — both low level descriptors and functionals. I am studying for my qualifying exam and I am expected to know exactly how these are implemented. How do I find their implementation in the opensmile code base?
I bought the thesis book by the opensmile author, which is helpful. However, many details are missing, and I want to be able to know how the math is being represented in code. I can find the config but not the implementation.
Let’s start with the first low level descriptor — Loudness. Where is this implemented?
The text was updated successfully, but these errors were encountered:
Most features in eGeMAPS are not implemented in terms of a single component but are computed via a combination of multiple components. You can find the list of all components in eGeMAPS and how they are connected together in the eGeMAPS config files.
I am a graduate student who uses eGeMAPS on a regular basis — both low level descriptors and functionals. I am studying for my qualifying exam and I am expected to know exactly how these are implemented. How do I find their implementation in the opensmile code base?
I bought the thesis book by the opensmile author, which is helpful. However, many details are missing, and I want to be able to know how the math is being represented in code. I can find the config but not the implementation.
Let’s start with the first low level descriptor — Loudness. Where is this implemented?
The text was updated successfully, but these errors were encountered: