Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ TimeToSamples
Method
TimeToSamples
libraries/lib-wave-track/WaveClip.cpp:213–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
sampleCount WaveClipChannel::TimeToSamples(double time) const
214
{
215
return GetClip().TimeToSamples(time);
216
}
217
218
double WaveClipChannel::GetStretchRatio() const
219
{
Callers
7
GetFloatAtTime
Method · 0.45
SetFloatsFromTime
Method · 0.45
Disjoin
Method · 0.45
WaveClip
Method · 0.45
RoundToNearestClipSample
Function · 0.45
GetSelectedSampleIndices
Function · 0.45
adjustTime
Function · 0.45
Calls
1
sampleCount
Class · 0.70
Tested by
1
GetSelectedSampleIndices
Function · 0.36