MCPcopy 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
808bool 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
816bool AudioBus::isZero() const
817{

Callers 8

copyFromMethod · 0.45
copyFromRangeMethod · 0.45
sumFromMethod · 0.45
inputsAreSilentMethod · 0.45
copyWithGainFromMethod · 0.45
createByMixingToMonoMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected