AudioGraphBuilder.inputs property
One handle per configured source, in AudioGraphSettings.sources order (a single-input graph has exactly [input]). Feed them into any op — mix(inputs) is the classic multi-source shape.
Signature:
readonly inputs: AudioNode[];