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

Method render

src/core/AudioHardwareDeviceNode.cpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143};
144
145void AudioHardwareDeviceNode::render(AudioBus * src, AudioBus * dst, int frames, const SamplingInfo & info)
146{
147 ProfileScope selfProfile(totalTime);
148 ProfileScope profile(graphTime);
149 pull_graph(m_context, input(0).get(), src, dst, frames, info, m_audioHardwareInput);
150 last_info = info;
151 profile.finalize(); // ensure profile is not prematurely destructed
152 selfProfile.finalize();
153}
154
155AudioSourceProvider * AudioHardwareDeviceNode::AudioHardwareInputProvider()
156{

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
finalizeMethod · 0.80

Tested by

no test coverage detected