Tone_Detector (v1.0)
About this version
- Submitter: MrSqually
- Submission Time: 2023-07-24T17:50:36+00:00
- Prebuilt Container Image: ghcr.io/clamsproject/app-tonedetection:v1.0
-
Release Notes
(no notes provided by the developer)
About this app (See raw metadata.json)
Detects spans of monotonic audio within an audio file
- App ID: http://apps.clams.ai/tonedetection/v1.0
- 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.)
- http://mmif.clams.ai/vocabulary/AudioDocument/v1 (required) (of any properties)
Configurable Parameters
(Note: Multivalued means the parameter can have one or more values.)
-
timeUnit: optional, defaults toseconds- Type: string
- Multivalued: False
- Choices:
seconds,seconds,milliseconds
the unit for annotation output
-
lengthThreshold: optional, defaults to2000- Type: integer
- Multivalued: False
minimum length threshold (in ms)
-
sampleSize: optional, defaults to512- Type: integer
- Multivalued: False
length for each segment of samples to be compared
-
stopAt: optional, defaults toNone- Type: integer
- Multivalued: False
stop point for audio processing (in ms). Defaults to the length of the file
-
tolerance: optional, defaults to1.0- 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
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://mmif.clams.ai/vocabulary/TimeFrame/v1
- frameType = “tone”