be.hogent.tarsos.cli
Class DetectPitch
java.lang.Object
be.hogent.tarsos.cli.AbstractTarsosApp
be.hogent.tarsos.cli.DetectPitch
public final class DetectPitch
- extends AbstractTarsosApp
Detects pitch for an input file using a pitch detector. Outputs two columns,
one in ms and the oters in Hz.
- Author:
- Joren Six
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DetectPitch
public DetectPitch()
description
public java.lang.String description()
- Specified by:
description
in class AbstractTarsosApp
- Returns:
- The short description of the application. What purpose it serves.
synopsis
public java.lang.String synopsis()
- Description copied from class:
AbstractTarsosApp
- The synopsis is a short description of the required or optional arguments.
- Overrides:
synopsis
in class AbstractTarsosApp
- Returns:
- The command line synopsis. E.g. [options] input_file output_file. Is printed as 'java -jar tarsos.jar name [options] input_file output_file'."
run
public void run(java.lang.String... args)
- Specified by:
run
in class AbstractTarsosApp
- Parameters:
args
- The arguments to start the program.
executeApplication
public void executeApplication(java.util.List<java.lang.String> arguments,
PitchDetectionMode detectionMode)