Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ size
Method
size
include/LabSound/core/AudioArray.h:66–66 ·
view source on GitHub ↗
size in samples, not bytes
Source
from the content-addressed store, hash-verified
64
65
// size in samples, not bytes
66
int size() const { return _size; }
67
68
T & operator[](size_t i) { return data()[i]; }
69
Callers
15
process
Method · 0.80
finished
Method · 0.80
spectralMag
Method · 0.80
process
Method · 0.80
recordedLengthInSeconds
Method · 0.80
writeRecordingToWav
Method · 0.80
createBusFromRecording
Method · 0.80
reset
Method · 0.80
LoadInternal
Function · 0.80
processPolyBLEP
Method · 0.80
update
Method · 0.80
RenderGranulation
Method · 0.80
Calls
no outgoing calls
Tested by
1
spectralMag
Method · 0.64