Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ sampleCount
Function
sampleCount
libraries/lib-math/SampleCount.h:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
static_assert(sizeof(type) == 8,
"Wrong width of sampleCount"
);
23
24
sampleCount () : value { 0 } {}
25
26
// Allow implicit conversion from integral types
27
sampleCount ( type v ) : value { v } {}
Callers
1
limitSampleBufferSize
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected