AudioGraphSettings.sources property
Multi-source mode: named input pins, one per graph source, in wire-source order — inputs[k] in the builder is the stream subscribed to pin sources[k] (via with audioToPin()). Omit for a single-input graph (plain subscribe). Sources are co-timed by sample count from each one’s first frame — start them together (no PTS-based sync yet).
Signature:
sources?: Pins[];