ertk.preprocessing.opensmile.OpenSMILEExtractorConfig

class ertk.preprocessing.opensmile.OpenSMILEExtractorConfig(opensmile_config: str = '???', levels: list[str] = <factory>, opensmile_opts: dict[str, str] = <factory>)

Bases: ERTKConfig

OpenSMILE feature extractor configuration.

__init__(opensmile_config: str = '???', levels: list[str] = <factory>, opensmile_opts: dict[str, str] = <factory>) None

Methods

__init__([opensmile_config, levels, ...])

Inherited Methods

default()

Create default config.

from_config(config)

Create config object from any compatible config.

from_file(path)

Create config from YAML file and optionlly override some values.

merge_with_args(args)

Merge config with command-line arguments.

merge_with_config(config)

Merge other config into this config.

to_dictconfig()

Convert config to DictConfig.

to_file(path)

Write config to YAML file.

to_string()

Generate YAML string representation of config.

Attributes

opensmile_config

OpenSMILE config file.

levels

OpenSMILE levels to extract.

opensmile_opts

Additional OpenSMILE options.

levels: list[str]

OpenSMILE levels to extract.

opensmile_config: str = '???'

OpenSMILE config file.

opensmile_opts: dict[str, str]

Additional OpenSMILE options.