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

Method startOfflineRendering

src/core/AudioContext.cpp:697–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void AudioContext::startOfflineRendering()
698{
699 if (!m_isOfflineContext)
700 throw std::runtime_error("context was not constructed for offline rendering");
701
702 m_isInitialized = true;
703 device_callback->start();
704}
705
706void AudioContext::suspend()
707{

Callers 1

playMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected