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

Method process

src/extended/LabSound.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void OfflineContext::process(size_t samples)
91{
92 if (!device || !samples)
93 return;
94
95 device->offlineRenderFrames(samples);
96}
97
98
99std::shared_ptr<AudioHardwareInputNode> MakeAudioHardwareInputNode(ContextRenderLock & r)

Callers

nothing calls this directly

Calls 1

offlineRenderFramesMethod · 0.80

Tested by

no test coverage detected