QualityReportingAudioSettings interface
Audio reporting configuration. Silence hysteresis is duration-based (ms), since audio frames are variable-size; the level threshold is set on the QualityMonitoring node.
Signature:
export interface QualityReportingAudioSettings
Properties
| Property | Type | Description |
|---|---|---|
{ threshold?: number; minActiveMs?: number; minClearMs?: number; } |
(Optional) Clipping alert: clip_ratio above |
|
{ threshold?: number; minActiveMs?: number; minClearMs?: number; } |
(Optional) Phase alert: correlation below |
|
{ threshold?: number; minActiveMs?: number; minClearMs?: number; } |
(Optional) DC-offset alert: |dc_offset| above |
|
{ minActiveMs?: number; minClearMs?: number; } |
(Optional) Dead-channel alert: the dropout flag sustained — omit to disable. |
|
{ threshold?: number; minActiveMs?: number; minClearMs?: number; } |
(Optional) Dual-mono alert: correlation ABOVE |
|
{ threshold?: number; minActiveMs?: number; minClearMs?: number; } |
(Optional) Mains-hum alert: hum_energy above |
|
{ target?: number; tolerance?: number; minActiveMs?: number; minClearMs?: number; } |
(Optional) Loudness alert: short-term loudness outside |
|
(Optional) Optional MQA-AUDIO aggregation weights. When omitted, server defaults are used. |
||
{ threshold?: number; minActiveMs?: number; minClearMs?: number; } |
(Optional) Static-noise alert: spectral_flatness above |
|
boolean |
(Optional) Emit MqaAudioScore events whenever the aggregated SVTA MQA-AUDIO composite score (integer [0..100]) changes. |
|
{ timeoutMs?: number; } |
(Optional) Signal-lost alert: no audio frames for |
|
{ minSilenceMs?: number; minClearMs?: number; } |
(Optional) Silence detection with duration-based hysteresis — omit to disable. |
|
{ minActiveMs?: number; minClearMs?: number; } |
(Optional) Stuck/frozen-feed alert sustained — requires stuckDetect on QM. |
|
{ threshold?: number; minActiveMs?: number; minClearMs?: number; } |
(Optional) Tone/test-tone alert: peak_ratio above |
|
{ maxDbtp?: number; minActiveMs?: number; minClearMs?: number; } |
(Optional) True-peak alert: true peak above |