Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
long long ClipMirAudioReader::GetNumSamples() const
33
{
34
return mClip->GetVisibleSampleCount().as_long_long();
35
}
36
37
void ClipMirAudioReader::ReadFloats(
38
float* buffer, long long where, size_t numFrames) const
Callers
6
CrossFadeMix
Method · 0.45
Benchmark.cpp
File · 0.45
CalculateOneSpectrum
Method · 0.45
CalculateOneWaveletSpectrum
Method · 0.45
GetSamples
Method · 0.45
TestReferencing
Method · 0.45
Calls
1
GetVisibleSampleCount
Method · 0.45
Tested by
3
CalculateOneSpectrum
Method · 0.36
CalculateOneWaveletSpectrum
Method · 0.36
TestReferencing
Method · 0.36