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

Method maxAbsValue

src/core/AudioChannel.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89float AudioChannel::maxAbsValue() const
90{
91 if (isSilent()) return 0;
92 float max = 0;
93 VectorMath::vmaxmgv(data(), 1, &max, length());
94 return max;
95}
96
97} // lab

Callers

nothing calls this directly

Calls 1

vmaxmgvFunction · 0.85

Tested by

no test coverage detected