command

speaker identification command-line interface.

Classes

IdentificationCommand

Command-line interface for identifying speakers in audio tracks.

class IdentificationCommand[source]

Bases: Command

Command-line interface for identifying speakers in audio tracks.

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: