MCPcopy 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
213sampleCount WaveClipChannel::TimeToSamples(double time) const
214{
215 return GetClip().TimeToSamples(time);
216}
217
218double WaveClipChannel::GetStretchRatio() const
219{

Callers 7

GetFloatAtTimeMethod · 0.45
SetFloatsFromTimeMethod · 0.45
DisjoinMethod · 0.45
WaveClipMethod · 0.45
RoundToNearestClipSampleFunction · 0.45
GetSelectedSampleIndicesFunction · 0.45
adjustTimeFunction · 0.45

Calls 1

sampleCountClass · 0.70

Tested by 1

GetSelectedSampleIndicesFunction · 0.36