QualityMonitoringAudioSettings.meterDetect property
Per-channel level meter (RMS + peak) — the VU-meter substrate. Enabling it adds a meter tap whose per-channel readings stream out via QualityMonitoringSettings.onAudioMeasurement. Omit to disable (the detector readings still stream; there are just no per-channel levels).
Signature:
meterDetect?: {
windowMs?: number;
holdMs?: number;
truePeak?: boolean;
};