Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
double WaveClipChannel::SamplesToTime(sampleCount s) const noexcept
101
{
102
return GetClip().SamplesToTime(s);
103
}
104
105
bool WaveClipChannel::HasPitchOrSpeed() const
106
{
Callers
6
Disjoin
Method · 0.80
WaveClip
Method · 0.80
FindCutLine
Method · 0.80
RoundToNearestClipSample
Function · 0.80
SetFloatsWithinTimeRange
Method · 0.80
adjustTime
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected