MCPcopy Create free account
hub / github.com/audacity/audacity / numSamples

Method numSamples

lib-src/soundtouch/source/SoundTouch/FIFOSampleBuffer.cpp:206–209  ·  view source on GitHub ↗

Returns the number of samples currently in the buffer

Source from the content-addressed store, hash-verified

204
205// Returns the number of samples currently in the buffer
206uint FIFOSampleBuffer::numSamples() const
207{
208 return samplesInBuffer;
209}
210
211
212// Output samples from beginning of the sample buffer. Copies demanded number

Callers 9

ProcessOneMethod · 0.45
ProcessStereoMethod · 0.45
soundtouch_numSamplesFunction · 0.45
processSamplesMethod · 0.45
updateXCorrMethod · 0.45
inputSamplesMethod · 0.45
numUnprocessedSamplesMethod · 0.45
upsampleMethod · 0.45
downsampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected