Skip to content

@camera.ui/sdk / plugin / AudioDetectionPluginResponse

Interface: AudioDetectionPluginResponse

Defined in: plugin/interfaces.ts:48

Result of an audio detection run.

Properties

decibels?

optional decibels?: number

Defined in: plugin/interfaces.ts:54

Loudness of the analysed buffer in dBFS.


detected

detected: boolean

Defined in: plugin/interfaces.ts:50

True when the run produced at least one detection.


detections

detections: Detection[]

Defined in: plugin/interfaces.ts:52

Detected audio events.