Tone_Detector (v1.0)

About this version

About this app (See raw metadata.json)

Detects spans of monotonic audio within an audio file

Inputs

(Note: “*” as a property value means that the property is required but can be any value.)

(any properties)

Configurable Parameters

(Note: Multivalued means the parameter can have one or more values.)

  • timeUnit: optional, defaults to seconds

    • Type: string
    • Multivalued: False
    • Choices: seconds, seconds, milliseconds

    the unit for annotation output

  • lengthThreshold: optional, defaults to 2000

    • Type: integer
    • Multivalued: False

    minimum length threshold (in ms)

  • sampleSize: optional, defaults to 512

    • Type: integer
    • Multivalued: False

    length for each segment of samples to be compared

  • stopAt: optional, defaults to None

    • Type: integer
    • Multivalued: False

    stop point for audio processing (in ms). Defaults to the length of the file

  • tolerance: optional, defaults to 1.0

    • Type: number
    • Multivalued: False

    threshold value for a “match” within audio processing

  • pretty: optional, defaults to false

    • Type: boolean
    • Multivalued: False
    • Choices: false, true

    The JSON body of the HTTP response will be re-formatted with 2-space indentation

Outputs

(Note: “*” as a property value means that the property is required but can be any value.)

(Note: Not all output annotations are always generated.)