AudioGraphOutputSpec type
One entry in a multi-output AudioGraphSettings.build: either a bare node handle, or a handle plus the tap handles whose latest readings pin into that output’s per-frame qualityMetrics.
Signature:
export type AudioGraphOutputSpec = AudioNode | {
node: AudioNode;
measurements?: AudioNode[];
};
References: AudioNode