Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ read
Method
read
lib-src/libsbsms/src/resample.cpp:103–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
long Resampler :: read(audio *audioOut, long samples) { return imp->read(audioOut,samples); }
104
long ResamplerImp :: read(audio *audioOut, long samples)
105
{
106
long nRead = out->nReadable();
Callers
nothing calls this directly
Calls
6
updateSlide
Function · 0.85
max
Function · 0.85
lrintf
Function · 0.70
min
Function · 0.50
read
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected