Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SnapToSamples
Function
SnapToSamples
libraries/lib-snapping/details/TimeSnapFunctions.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
namespace
17
{
18
double SnapToSamples(const AudacityProject& project)
19
{
20
return ProjectRate::Get(project).GetRate();
21
}
22
23
SnapRegistryItemRegistrator secondsAndSamples {
24
SnapFunctionItems(
"time"
,
Callers
nothing calls this directly
Calls
2
Get
Function · 0.85
GetRate
Method · 0.45
Tested by
no test coverage detected