Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ channelCount
Method
channelCount
src/core/AudioNode.cpp:407–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
int AudioNode::channelCount()
408
{
409
ASSERT(m_channelCount != 0);
410
return m_channelCount;
411
}
412
413
void AudioNode::setChannelCount(ContextGraphLock & g, int channelCount)
414
{
Callers
1
numberOfChannels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected