Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ suspend
Method
suspend
src/core/AudioContext.cpp:706–709 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
704
}
705
706
void AudioContext::suspend()
707
{
708
device_callback->stop();
709
}
710
711
// if the context was suspended, resume the progression of time and processing in the audio context
712
void AudioContext::resume()
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected