Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ DoSetVolume
Method
DoSetVolume
libraries/lib-wave-track/WaveTrack.cpp:847–850 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
845
}
846
847
void WaveTrack::DoSetVolume(float value)
848
{
849
WaveTrackData::Get(*this).SetVolume(value);
850
}
851
852
void WaveTrack::SetVolume(float newVolume)
853
{
Callers
nothing calls this directly
Calls
2
Get
Function · 0.85
SetVolume
Method · 0.80
Tested by
no test coverage detected