MCPcopy 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
706void 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
712void AudioContext::resume()

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected