QualityMonitoringSilenceDetectSettings interface

Silence detection operational params. The threshold + analysis window live here; the duration-based hysteresis is configured on the QualityReporting node.

Signature:

export interface QualityMonitoringSilenceDetectSettings

Properties

Property Type Description

thresholdDb?

number

(Optional) A window is silent when its loudest channel’s RMS is below this (dB). Default -60.

windowMs?

number

(Optional) RMS analysis window in milliseconds. Default 20.