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

Merge Prosody, eGeMAPS and MFCC config files #38

Open
bhavara23 opened this issue Dec 16, 2021 · 1 comment
Open

Merge Prosody, eGeMAPS and MFCC config files #38

bhavara23 opened this issue Dec 16, 2021 · 1 comment

Comments

@bhavara23
Copy link

I want to get the features from prosody(3-features), eGeMAPS(23-features), and MFCC(39-features) stored in a single CSV with a timestamp.

@chausner-audeering
Copy link
Contributor

In principle, you can manually copy all three config files into a single one and have a cVectorConcat component at the end to concatenate all three feature vectors into one before writing it out to a CSV file. You have to be careful, however, that component and data memory level names do not conflict with each other. If any of those three config files use components or levels with conflicting names, you will need to rename them to resolve the conflict.

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