Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ initialize
Method
initialize
src/core/AudioHardwareDeviceNode.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void AudioHardwareDeviceNode::initialize()
86
{
87
if (!isInitialized())
88
AudioNode::initialize();
89
}
90
91
void AudioHardwareDeviceNode::uninitialize()
92
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected