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

Method resume

src/core/AudioContext.cpp:712–715  ·  view source on GitHub ↗

if the context was suspended, resume the progression of time and processing in the audio context

Source from the content-addressed store, hash-verified

710
711// if the context was suspended, resume the progression of time and processing in the audio context
712void AudioContext::resume()
713{
714 device_callback->start();
715}
716
717void AudioContext::debugTraverse(AudioNode * root)
718{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected