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

Method AudioHardwareInputNode

src/core/AudioHardwareInputNode.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26AudioHardwareInputNode::AudioHardwareInputNode(AudioContext & ac, AudioSourceProvider * audioSourceProvider)
27 : AudioNode(ac, *desc())
28 , m_audioSourceProvider(audioSourceProvider)
29{
30 addOutput(std::unique_ptr<AudioNodeOutput>(new AudioNodeOutput(this, 1))); // Num output channels will be re-configured in process
31 initialize();
32}
33
34
35AudioHardwareInputNode::~AudioHardwareInputNode()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected