Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
float 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
vmaxmgv
Function · 0.85
Tested by
no test coverage detected