Tonedetection (v2.1)
About this version
- Submitter: keighrim
- Submission Time: 2026-07-12T22:43:09+00:00
- Prebuilt Container Image: ghcr.io/clamsproject/app-tonedetection:v2.1
-
Release Notes
updated to the latest SDK
About this app (See raw metadata.json)
Detects spans of monotonic audio within an audio file
- App ID: http://apps.clams.ai/tonedetection/v2.1
- App License: Apache 2.0
- Source Repository: https://github.com/clamsproject/app-tonedetection (source tree of the submitted version)
Inputs
(Note: “*” as a property value means that the property is required but can be any value.)
One of the following is required: [
-
http://clams.ai/vocabulary/type/AudioDocument/v2 (required) (of any properties)
-
http://clams.ai/vocabulary/type/VideoDocument/v2 (required) (of any properties)
]
Configurable Parameters
(Note: Multivalued means the parameter can have one or more values.)
-
minToneDuration: optional, defaults to2000- Type: integer
- Multivalued: False
minimum length threshold (in ms)
-
stopAt: optional, defaults to3600000- Type: integer
- Multivalued: False
stop point for audio processing (in ms). Defaults to the length of the file
-
tolerance: optional, defaults to1- Type: number
- Multivalued: False
threshold value for a “match” within audio processing
-
pretty: optional, defaults tofalse- Type: boolean
- Multivalued: False
- Choices:
false,true
The JSON body of the HTTP response will be re-formatted with 2-space indentation
-
runningTime: optional, defaults totrue- Type: boolean
- Multivalued: False
- Choices:
false,true
The running time of the app will be recorded in the view metadata
-
hwFetch: optional, defaults tofalse- Type: boolean
- Multivalued: False
- Choices:
false,true
The hardware information (architecture, GPU and vRAM) will be recorded in the view metadata
-
tfSamplingMode: optional, defaults torepresentatives- Type: string
- Multivalued: False
- Choices:
representatives,single,all
Sampling mode for TimeFrame annotations. Has no effect when the app does not process TimeFrames. “representatives” uses all representative timepoints if present, otherwise skips the TimeFrame. “single” uses the middle representative if present, otherwise extracts an image from the midpoint of the start/end interval (midpoint is calculated by floor division of the sum of start and end). “all” uses all target timepoints if present, otherwise extracts all images from the time interval.
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.)
- http://clams.ai/vocabulary/type/TimeFrame/v6
- label = “tone”