Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ getStretch
Method
getStretch
lib-src/libsbsms/src/slide.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
return 1.0f;
38
}
39
float getStretch(float t) {
40
return 1.0f;
41
}
42
float getMeanStretch(float t0, float t1) {
43
return 1.0f;
44
}
Callers
3
resampleCB
Function · 0.45
getStretch
Method · 0.45
updateSlide
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected