OSWrapper
FEATURE
|
| |
| |
A wrapper to extract features with openSMILE (expects a single feature vector per chunk) |
| |
| |
+ |
configFile
|
CHAR
|
1024
|
''
|
LOCK
|
the openSmile config file path
|
| |
+ |
sourceName
|
CHAR
|
1024
|
'ssiSource'
|
LOCK
|
the name of the cSSISource component in the openSMILE config file
|
| |
+ |
sinkName
|
CHAR
|
1024
|
'ssiSink'
|
LOCK
|
the name of the cSSISink component in the openSMILE config file
|
| |
+ |
continuous
|
BOOL
|
1
|
'false'
|
LOCK
|
enable continuous processing
|
| |
+ |
enableConsole
|
BOOL
|
1
|
'false'
|
LOCK
|
enable openSMILE console messages
|
| |
+ |
logLevel
|
INT
|
1
|
'0'
|
LOCK
|
openSMILE log level (0-4)
|
| |
+ |
logFile
|
CHAR
|
1024
|
''
|
LOCK
|
openSMILE log file
|
| |