Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetPausedOff
Method
SetPausedOff
src/ProjectAudioManager.cpp:1054–1057 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1052
}
1053
1054
void ProjectAudioManager::SetPausedOff()
1055
{
1056
mPaused.store(0, std::memory_order::memory_order_relaxed);
1057
}
1058
1059
bool ProjectAudioManager::Paused() const
1060
{
Callers
1
Stop
Method · 0.80
Calls
1
store
Method · 0.45
Tested by
no test coverage detected