Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetChannelVolume
Method
GetChannelVolume
libraries/lib-wave-track/WaveTrack.cpp:883–886 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
881
}
882
883
float WaveChannel::GetChannelVolume(int channel) const
884
{
885
return GetTrack().GetChannelVolume(channel);
886
}
887
888
float WaveTrack::GetChannelVolume(int channel) const
889
{
Callers
5
ProcessPlaybackSlices
Method · 0.45
ProcessOne
Method · 0.45
GetChannelGain
Method · 0.45
NeedsDither
Method · 0.45
UpdateMeter
Method · 0.45
Calls
1
GetTrack
Function · 0.85
Tested by
no test coverage detected