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

Method start

src/core/AudioHardwareDeviceNode.cpp:99–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void AudioHardwareDeviceNode::start()
100{
101 initialize(); // presumably called by the context
102
103 if (isInitialized())
104 {
105 m_platformAudioDevice->start();
106 }
107}
108
109void AudioHardwareDeviceNode::backendReinitialize()
110{

Callers 1

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected