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

Method SamplesToTime

libraries/lib-wave-track/WaveClip.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100double WaveClipChannel::SamplesToTime(sampleCount s) const noexcept
101{
102 return GetClip().SamplesToTime(s);
103}
104
105bool WaveClipChannel::HasPitchOrSpeed() const
106{

Callers 6

DisjoinMethod · 0.80
WaveClipMethod · 0.80
FindCutLineMethod · 0.80
RoundToNearestClipSampleFunction · 0.80
adjustTimeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected