naxingyu / opensmile

A github repo of the openSMILE feature extraction tool.
http://www.audeering.com/research/opensmile
Other
214 stars 79 forks source link

IS it normal? #40

Open wenku1992abc opened 3 years ago

wenku1992abc commented 3 years ago

图片

(MSG) [2] cComponentManager: successfully registered 103 component types. (MSG) [2] instance 'lldsink': No filename given, disabling this sink component. (MSG) [2] instance 'lldhtksink': No filename given, disabling this sink component. (MSG) [2] instance 'lldarffsink': No filename given, disabling this sink component. (MSG) [2] instance 'csvsink': No filename given, disabling this sink component. (MSG) [2] instance 'htksink': No filename given, disabling this sink component.

op-Valar-Morghulis commented 2 years ago

I encoutered the same message when I was running the code. Also, I get the additional warning message like below: (WRN) [2] instance 'is10_lld.reader': Inconsistency in input level parameters. growDyn on first (#1) input = 0, growDyn on input # 5 (is10_pitch) = 1. This might cause the processing to hang unpredictably or cause incomplete processing. (WRN) [2] instance 'is10_lld.reader': Inconsistency in input level parameters. isRb on first (#1) input = 1, isRb on input # 5 (is10_pitch) = 0. This might cause the processing to hang unpredictably or cause incomplete processing. (WRN) [1] instance 'is10_lld.reader': Input level buffer sizes (levelconf.nT) are inconsistent. Level 'is10_intens' has size 5 which is smaller than the max. input size of all input levels (10). This might cause the processing to hang unpredictably or cause incomplete processing. (WRN) [1] instance 'is10_lld.reader': Input level buffer sizes (levelconf.nT) are inconsistent. Level 'is10_mfcc' has size 5 which is smaller than the max. input size of all input levels (10). This might cause the processing to hang unpredictably or cause incomplete processing. (WRN) [1] instance 'is10_lld.reader': Input level buffer sizes (levelconf.nT) are inconsistent. Level 'is10_mspec2log' has size 5 which is smaller than the max. input size of all input levels (10). This might cause the processing to hang unpredictably or cause incomplete processing. (WRN) [1] instance 'is10_lld.reader': Input level buffer sizes (levelconf.nT) are inconsistent. Level 'is10_lsp' has size 5 which is smaller than the max. input size of all input levels (10). This might cause the processing to hang unpredictably or cause incomplete processing. (WRN) [2] instance 'is10_lld2.reader': Inconsistency in input level parameters. growDyn on first (#1) input = 1, growDyn on input # 2 (is10_jitter) = 0. This might cause the processing to hang unpredictably or cause incomplete processing. (WRN) [2] instance 'is10_lld2.reader': Inconsistency in input level parameters. isRb on first (#1) input = 0, isRb on input # 2 (is10_jitter) = 1. This might cause the processing to hang unpredictably or cause incomplete processing. (WRN) [1] instance 'is10_lld2.reader': Input level buffer sizes (levelconf.nT) are inconsistent. Level 'is10_jitter' has size 5 which is smaller than the max. input size of all input levels (10). This might cause the processing to hang unpredictably or cause incomplete processing.

naxingyu commented 2 years ago

@op-Valar-Morghulis this repo is outdated, try the official repo

op-Valar-Morghulis commented 2 years ago

@op-Valar-Morghulis this repo is outdated, try the official repo

Thanks for reply. However, this problem is what I encountered when I was using the official repo code. The reason why I post this question here is because I find the same problem with wenku1992abc.

naxingyu commented 2 years ago

I see. Did you try to post this issue there? That forum seems not actively maintained though.

op-Valar-Morghulis commented 2 years ago

I see. Did you try to post this issue there? That forum seems not actively maintained though. I will post this issue there later. Hope that guys there will help me to explain this question. Thanks!

Danielhandsome commented 1 year ago

@op-Valar-Morghulis Hello, I encoutered the same message, do you solve this problem, thank you.