QualityMonitoringAudioMeasurement

A spectrum-audio measurement surfaced by the QM node’s inline analysis (the same shape as an AudioGraph tap reading — node is the tap’s wire index, channel is -1 for a whole-stream reading else the channel index, values are the named readings e.g. rms_db). Mirrors AudioGraphMeasurement so the SDK decodes it with the same machinery.

Field

Type

Repeated

Description

node

uint32

source

string

channel

int32

pts

Interval

values

AudioGraphParam

data

bytes

Packed binary payload for sample-feed taps; empty for scalar measurements.

Member of

Message

Description

QualityMonitoringAudioMeasurementBatch

All of one processed window’s audio measurements in one event — batching keeps fine-grained per-channel meter taps cheap on the wire.