MCPcopy Create free account
hub / github.com/LabSound/LabSound / AudioBus

Class AudioBus

include/LabSound/core/AudioNodeInput.h:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class AudioNode;
17class AudioNodeOutput;
18class AudioBus;
19
20// An AudioNodeInput represents an input to an AudioNode and can be connected from one or more AudioNodeOutputs.
21// In the case of multiple connections, the input will act as a unity-gain summing junction, mixing all the outputs.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected