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

Method GetNumSamples

src/ClipMirAudioReader.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32long long ClipMirAudioReader::GetNumSamples() const
33{
34 return mClip->GetVisibleSampleCount().as_long_long();
35}
36
37void ClipMirAudioReader::ReadFloats(
38 float* buffer, long long where, size_t numFrames) const

Callers 6

CrossFadeMixMethod · 0.45
Benchmark.cppFile · 0.45
CalculateOneSpectrumMethod · 0.45
GetSamplesMethod · 0.45
TestReferencingMethod · 0.45

Calls 1

GetVisibleSampleCountMethod · 0.45

Tested by 3

CalculateOneSpectrumMethod · 0.36
TestReferencingMethod · 0.36