command

speech processing command-line interface.

Classes

SpeechCommand

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

class SpeechCommand[source]

Bases: Command

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

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: