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
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.
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!
The text was updated successfully, but these errors were encountered: