QualityMonitoringSettings.onAudioReadings property

Convenience view of the same event: the window’s whole-stream readings folded by metric family ({ silence: { rms_db, silent }, clip: { clip_ratio }, … }), last-value-wins per source — the shape the detector-value box consumes directly. Per-channel meter levels are omitted here; use QualityMonitoringSettings.onAudioMeasurement for those.

Signature:

onAudioReadings?: (readings: Record<string, Record<string, number>>) => void;