MCPcopy 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
103long Resampler :: read(audio *audioOut, long samples) { return imp->read(audioOut,samples); }
104long ResamplerImp :: read(audio *audioOut, long samples)
105{
106 long nRead = out->nReadable();

Callers

nothing calls this directly

Calls 6

updateSlideFunction · 0.85
maxFunction · 0.85
lrintfFunction · 0.70
minFunction · 0.50
readMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected