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 convert LLDs into Functionals? #81

Open
Shen-JK opened this issue May 23, 2023 · 1 comment
Open

How to convert LLDs into Functionals? #81

Shen-JK opened this issue May 23, 2023 · 1 comment

Comments

@Shen-JK
Copy link

Shen-JK commented May 23, 2023

Hi,

I don't have the original wav but only get LLDs. Is there a function that allows me to convert LLDs directly to Functionals?

Thanks!

@ckarjadi
Copy link

ckarjadi commented Nov 7, 2023

Hi Shen-JK,

Unfortunately, it seems to be tricky.

I asked info@audeering.com this question and their response was:

Hi Cody,

theoretically it is possible to read CSVs with LLDs and compute functionals. However, we have never implemented a config file for this case, as the metadata (framesizes, etc.) gets lost in the CSV and it was just the most convenient to run on wav again.

If you want to explore this option, you could start by creating a custom config file with a csv reader, and the functionals components from the respective configuration file. The LLDs are stored in quite a few different levels though, and if you read a CSV, they would be in one level only. So you would either need to split the features after reading the CSV based on their names, or you save each LLD level in a separate CSV. I would not be able to tell you, if in the end it would work, as there might be metadata like framesizes of sampling rate of the audio file missing, which some functionals might need to compute proper values.

Best,

Florian

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