
Scores each AudioFrame with the DNSMOS network and emits four MOS-style quality numbers (speech, background, overall, and a P.808 estimate), shaped either as a named record or a [Analytics.Metric] list depending on what the downstream stage expects.
Audio is scored and the record-form result is exported over HTTP for live monitoring or quality dashboards.
Quality is checked before speech recognition so low-grade audio can be gated out ahead of transcribe_audio_faster_whisper.
input frame returns all four scores as zero with no error, so a gate that keys on a non-zero overall score will quietly drop empty frames.device quietly runs on CPU when no GPU is present.Automated release