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

The audio name in the output of SMILExtract is noname #73

Open
mysxs opened this issue Apr 2, 2024 · 5 comments
Open

The audio name in the output of SMILExtract is noname #73

mysxs opened this issue Apr 2, 2024 · 5 comments

Comments

@mysxs
Copy link

mysxs commented Apr 2, 2024

When I execute SMILExtract -C... -I …… The file name in the.csv file output is noname. When I am working with multiple audio files, I need to know the audio name so that it can correspond to the extracted features one by one

@maxschmitt
Copy link

You need to specify an instanceName in the output component.

Which config file are you using? Most config files use the https://github.com/audeering/opensmile/blob/master/config/shared/standard_data_output.conf.inc, where you can specify the instance name by adding -instname audio1.wav (e.g.) in the command line and it will be added to the output features file accordingly.

@mysxs mysxs closed this as completed Apr 17, 2024
@mysxs mysxs reopened this Apr 17, 2024
@mysxs
Copy link
Author

mysxs commented Apr 17, 2024

I use openSMILE configuration file for emotion features Based on INTERSPEECH 2010 paralinguistics challenge Pitch, Loudness, Jitter, MFCC, MFB, LSP and functionals

@maxschmitt
Copy link

Are you using any config file in this folder or a custom one?

https://github.com/audeering/opensmile/tree/master/config/is09-13

@mysxs
Copy link
Author

mysxs commented May 22, 2024

Are you using any config file in this folder or a custom one?

https://github.com/audeering/opensmile/tree/master/config/is09-13

config/emobase/emobase2010.conf

@maxschmitt
Copy link

The emobase2010.conf config file supports only arff output, as it is, but -instname filename.wav should work:
https://github.com/audeering/opensmile/blob/341aea9ce52bc63d7fe75098027a394994f8493b/config/emobase/emobase2010.conf#L518C1-L518C60

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