Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ uninitialize
Method
uninitialize
src/core/AudioHardwareDeviceNode.cpp:91–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void AudioHardwareDeviceNode::uninitialize()
92
{
93
if (!isInitialized()) return;
94
m_platformAudioDevice->stop();
95
AudioNode::uninitialize();
96
m_platformAudioDevice.reset();
97
}
98
99
void AudioHardwareDeviceNode::start()
100
{
Callers
nothing calls this directly
Calls
2
stop
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected