Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ isSilent
Method
isSilent
src/core/AudioBus.cpp:808–814 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
806
}
807
808
bool AudioBus::isSilent() const
809
{
810
for (int i = 0; i < m_channels.size(); ++i)
811
if (!m_channels[i]->isSilent())
812
return false;
813
return true;
814
}
815
816
bool AudioBus::isZero() const
817
{
Callers
8
copyFrom
Method · 0.45
copyFromRange
Method · 0.45
sumFrom
Method · 0.45
inputsAreSilent
Method · 0.45
copyWithGainFrom
Method · 0.45
copyWithSampleAccurateGainValuesFrom
Method · 0.45
createBySampleRateConverting
Method · 0.45
createByMixingToMono
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected