Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ createKernel
Method
createKernel
src/internal/src/DelayProcessor.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
AudioDSPKernel * DelayProcessor::createKernel()
30
{
31
return new DelayDSPKernel(this, m_sampleRate);
32
}
33
34
} // namespace lab
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected