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

Method appendDebugBuffer

src/core/AudioContext.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118};
119
120void AudioContext::appendDebugBuffer(AudioBus* bus, int channel, int count)
121{
122 m_internal->appendDebugBuffer(bus, channel, count);
123}
124
125void AudioContext::flushDebugBuffer(char const* const wavFilePath)
126{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected