Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ set
Method
set
include/LabSound/core/AudioSourceProvider.h:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
virtual ~AudioHardwareInput() {}
45
46
void set(AudioBus * bus)
47
{
48
if (bus) m_sourceBus.copyFrom(*bus);
49
}
50
51
// Satisfy the AudioSourceProvider interface
52
virtual void provideInput(AudioBus * destinationBus, int bufferSize)
Callers
nothing calls this directly
Calls
1
copyFrom
Method · 0.45
Tested by
no test coverage detected