command

openSMILE speech processing command-line interface.

Classes

OpenSmileCommand

Command-line interface for running OpenSmile.

OpenSmileInferenceCommand

Command-line interface for extracting non-verbal speech features from an audio track with OpenSmile.

class OpenSmileCommand[source]

Bases: Command

Command-line interface for running OpenSmile.

static execute(parser, args)[source]

Executes the command.

Parameters:
  • parser (ArgumentParser) – The argument parser.

  • args (Namespace) – The arguments.

Returns:

static setup(parser)[source]

Sets up the command.

Parameters:

parser (ArgumentParser) – The argument parser.

Returns:

class OpenSmileInferenceCommand[source]

Bases: Command

Command-line interface for extracting non-verbal speech features from an audio track with OpenSmile.

static execute(parser, args)[source]

Executes the command.

Parameters:
  • parser (ArgumentParser) – The argument parser.

  • args (Namespace) – The arguments.

Returns:

static setup(parser)[source]

Sets up the command.

Parameters:

parser (ArgumentParser) – The argument parser.

Returns: