AudioGraphConfiguration
Field |
Type |
Repeated |
Description |
id |
|||
nodes |
✅ |
The ops over the graph’s Source node(s). |
|
outputs |
✅ |
The graph’s outputs (each a node ref + its renditionName). |
|
sources |
✅ |
Multi-source mode: input pin names, in wire-source order — pin k feeds the Source node at wire index k, with ops following at N.. . Subscriptions are routed to pins (subscribeToPins/audioToPin). Empty = one implicit Source (index 0) fed by the node’s single input. Sources are co-timed by sample count from each one’s first frame (no PTS-based sync yet). |
|
emit_measurements |
Whether measurement events flow to the client at all (the firehose master switch — the SDK sets it iff an onMeasurement callback was supplied). qualityMetrics pinning works regardless; only the event stream is gated. |